[EMAIL PROTECTED] wrote:
> 
> That would be normal.  crt1.o's other job is to define _start
> If these are normal c programs, what has happened to main()?  You might
> scan the source to see if you can find the string "main("; if that's
> there, maybe
> 
> gcc -c blah.c
> nm blah.o |less
> (use the less comand / to look for main...)
> 
> I repeat, "compiled fine before" - _what_?  You, or some program that
> ran at your behest or with your implied consent, did something you're
> not telling us about :-)
> 
> Lawson
Well, the command this happens on is when it's throwing all the binaries
together to make a library.  Hm.  grep -r "main(" * did not reveal any
binaries with it in.  That does make sense seeing it's a library...  :)  
I don't know when it happened.  One day I tried to make a new version of
php, and it didn't work.  I went back to compile an old version, still
didn't work.  
-- 
____________________________________________    |
Email______________________________________|    |
__________   \[EMAIL PROTECTED] \    |
Ed McMan  \               __________________\   |
__________/______________/ 1 (877) 714 2443 |   |
VoiceMail & Fax__________\__________________|   |
________________/                               |
ICQ 35576339    Website http://i.go.m00.net/    |
________________________________________________|

Reply via email to