why can't i compile things ???

1998-05-26 Thread Mario Filipe
Hi

Yesterday i (think i) did a mess of my system. I accidently made a strip * on a
lib directory.

Today when i try to compile anything I always get the following :

gcc -O -o poster poster.c -lm
ld: warning: cannot find entry symbol _start; defaulting to 080485e0

Can anyone please expalin me how to fix this. Thanks

Mario Filipe
[EMAIL PROTECTED]
http://neptuno.sc.uevora.pt/~mjnf


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


RE: why can't i compile things ???

1998-05-26 Thread Mario Filipe

On 26-May-98 Mario Filipe wrote:
 Hi
 
 Yesterday i (think i) did a mess of my system. I accidently made a strip * on
 a
 lib directory.
 
 Today when i try to compile anything I always get the following :
 
 gcc -O -o poster poster.c -lm
 ld: warning: cannot find entry symbol _start; defaulting to 080485e0
 
 Can anyone please expalin me how to fix this. Thanks
 

Fixed this. I mannualy re-installed lic5-dev and everything is ok now.

Mario Filipe
[EMAIL PROTECTED]
http://neptuno.sc.uevora.pt/~mjnf


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: why can't i compile things ???

1998-05-26 Thread Daniel Martin at cush
Mario Filipe [EMAIL PROTECTED] writes:

 Hi
 
 Yesterday i (think i) did a mess of my system. I accidently made a strip * on 
 a
 lib directory.
 
 Today when i try to compile anything I always get the following :
 
 gcc -O -o poster poster.c -lm
 ld: warning: cannot find entry symbol _start; defaulting to 080485e0
 
 Can anyone please expalin me how to fix this. Thanks

You need to re-install at the very least the ldso package.  (Packages
usually need to be re-installed with dpkg, not dselect - just say
dpkg -i /path/to/file/ldso-what.ever.deb)  You should probably also
re-install libc6 (assuming you have a hamm system; libc if you're
still using bo, aka 1.3).


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]