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.

Reply via email to