From owner-freebsd-questions Mon Dec 14 03:04:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA10218 for freebsd-questions-outgoing; Mon, 14 Dec 1998 03:04:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA10187 for ; Mon, 14 Dec 1998 03:03:53 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.1/8.9.1) id MAA25883; Mon, 14 Dec 1998 12:03:33 +0100 (CET) (envelope-from des) To: Chris Martino Cc: freebsd-questions@FreeBSD.ORG Subject: Re: crt0.o? References: From: Dag-Erling Smorgrav Date: 14 Dec 1998 12:03:32 +0100 In-Reply-To: Chris Martino's message of "Sat, 12 Dec 1998 20:42:22 -0500 (EST)" Message-ID: Lines: 16 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris Martino writes: > They are both failing w/ the same error listed below: > [chrismar@crazy ~/packages/wmmon.app/wmmon ] % make > cc -o wmmon -L/usr/X11R6/lib -lXpm -lXext -lX11 > /usr/lib/crt0.o: Undefined symbol `_main' referenced from text segment > *** Error code 1 > > Stop. The command line is incomplete (there are no object files specified). This is a typical symptom of running BSD make with a GNU Makefile. Try running gmake instead of make. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message