From owner-freebsd-ports Sun May 30 20:52:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id 575F3151A8 for ; Sun, 30 May 1999 20:52:41 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id UAA11532; Sun, 30 May 1999 20:52:39 -0700 (PDT) (envelope-from mph) Date: Sun, 30 May 1999 20:52:39 -0700 From: Matthew Hunt To: matt Cc: FreeBSD-PORTS Subject: Re: WmInet and asmon Message-ID: <19990530205239.A11449@wopr.caltech.edu> References: <19990530203410.A11199@wopr.caltech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from matt on Sun, May 30, 1999 at 11:48:23PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 * 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