Steven Hildreth wrote: > > > voidmain( void ) ... > '/usr/lib/crt1.o:In function '_start':' > '/usr/lib/crt1.o(.text.0x18):undefined reference in 'main'' > 'collect2: ld returned 1 exit status' > > Does this mean that I dont have all the correct RPM's installed as well? Nope, it means that all C applications need to have a main function, and unless something was garbled in your email "voidmain" don't count :) Change that line to "void main( void )" MSG -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.
- OK, I think I'm ready. Jerry Human
- Re: OK, I think I'm ready. Steve Borho
- Re: OK, I think I'm ready. Jake McHenry
- Re: OK, I think I'm ready. Jerry Human
- Re: OK, I think I'm ready. Steven Hildreth
- Re: OK, I think I'm ready. Gordon Messmer
- Re: OK, I think I'm ready. Jake McHenry
- Re: OK, I think I'm ready. Chris Dowling
- Re: OK, I think I'm ready. lloy0076
- Re: OK, I think I'm ready. Victor R. Cardona
- Re: OK, I think I'm ready. Danny
- Re: OK, I think I'm ready. Victor R. Cardona
- RE: OK, I think I'm ready. Burke, Thomas G.
- Re: OK, I think I'm ready. Steve Borho
- RE: OK, I think I'm ready. Burke, Thomas G.