Skip site navigation (1)Skip section navigation (2)
Date:      14 Dec 1998 12:03:32 +0100
From:      Dag-Erling Smorgrav <des@flood.ping.uio.no>
To:        Chris Martino <chrismar@peanut.readington.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: crt0.o?
Message-ID:  <xzpaf0rvvcr.fsf@flood.ping.uio.no>
In-Reply-To: Chris Martino's message of "Sat, 12 Dec 1998 20:42:22 -0500 (EST)"
References:  <Pine.BSF.3.96.981212204149.18002A-100000@peanut.readington.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Chris Martino <chrismar@peanut.readington.com> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpaf0rvvcr.fsf>