Date: Sun, 30 May 1999 20:52:39 -0700 From: Matthew Hunt <mph@astro.caltech.edu> To: matt <matt@mlink.net> Cc: FreeBSD-PORTS <ports@freebsd.org> Subject: Re: WmInet and asmon Message-ID: <19990530205239.A11449@wopr.caltech.edu> In-Reply-To: <Pine.BSF.4.10.9905302347200.46027-100000@arpaqc-gw.mlink.net>; from matt on Sun, May 30, 1999 at 11:48:23PM -0400 References: <19990530203410.A11199@wopr.caltech.edu> <Pine.BSF.4.10.9905302347200.46027-100000@arpaqc-gw.mlink.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 30, 1999 at 11:48:23PM -0400, matt wrote: > : > cc -o asmon -L/usr/X11R6/lib -lXpm -lXext -lX11 > : > /usr/lib/crt1.o: In function `_start': > : > /usr/lib/crt1.o(.text+0x69): undefined reference to `main' > : > *** Error code 1 > : > : You're not specifying any source or object files to compile. > > I'm not stupid, I only pasted the last line because everything else > compiled fine into object files. it was only on the linking that it died.. > I also haven't slept in 30 some odd hours, so that may play a part. Lets > not start a war on here, eh? Look, I'm not complaining that you omitted the previous steps in the compilation. I'm saying that in the output you posted, in the line beginning "cc -o asmon", there are NO FILES TO BE COMPILED. There should be one or more "foo.c" or "foo.o" files in the command line during the linking phase, and there are none. I can produce exactly the same error message without even having the source! If you're not going to accept help, why ask for it? Sheesh. Matt -- Matthew Hunt <mph@astro.caltech.edu> * Stupid is as stupid does. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990530205239.A11449>