Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 1998 04:08:03 +0200 (EET)
From:      Vladimir Kushnir <kushn@mail.kar.net>
To:        Chris Martino <chrismar@peanut.readington.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: crt0.o?
Message-ID:  <Pine.BSF.4.05.9812130357160.41496-100000@kushnir.kiev.ua>
In-Reply-To: <Pine.BSF.3.96.981212204149.18002A-100000@peanut.readington.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 12 Dec 1998, Chris Martino wrote:

> Hi folks, 
> Yesterday I was mucking around and I just happened to remove ~/bin (doh!),
> which contained serveral usefull applications.
> 

Happens sometimes (I once removed /usr/local/lib :-().

> In an effort to get them back I've untarred the sources and compiled most
> of them back.  I seem to be having the same problem re-compiling wmppp and
> wmmon, allthough they both compiled fine the first time around.
> 
> 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
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

There's no object files for wmmon nor libkvm here (is this original linux 
wmmon?); this line should read 
cc -o wmmon wmmon.o ../wmgeneral/wmgeneral.o ../wmgeneral/misc.o \
../wmgeneral/list.o -lXext -L/usr/X11R6/lib -lXpm -lXext -lX11 -lkvm

Besides, wmmon mow in ports collection, so why not use port? 

> /usr/lib/crt0.o: Undefined symbol `_main' referenced from text segment
> *** Error code 1
> 
> Stop.
> 
> Any help is greatly appreciated.  Or, if you by chance happen to have
> these built already and wouldn't mind sending me the binaries, I would
> appreciate that as well.. :-)
> 
> TIA,
> Chris
> 

Regards,
Vladimir


===========================|=======================
 Vladimir Kushnir   	   |	
 kushn@mail.kar.net, 	   |	Powered by FreeBSD
 kushnir@ap3.bitp.kiev.ua  |


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?Pine.BSF.4.05.9812130357160.41496-100000>