This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compiling on irix 6.5


I have been trying to compile a few source packages and have been getting the following errors when I try. Could some one please help me? Thank you in advance.


appaloosa:/usr/people/davidm/perl-5.8.0> gcc -v -mabi=64 /usr/lib64/mips3/crt1.o
Reading specs from /usr/freeware/lib/gcc-lib/mips-sgi-irix6.2/2.95.2/specs
gcc version 2.95.2 19991024 (release)
/usr/freeware/lib/gcc-lib/mips-sgi-irix6.2/2.95.2/collect2 -call_shared -no_unresolved -init __do_global_ctors -fini __do_global_dtors -_SYSTYPE_SVR4 -woff 131 -64 /usr/lib64/mips3/crt1.o /usr/freeware/lib/gcc-lib/mips-sgi-irix6.2/2.95.2/mabi=64/crtbegin.o -L/usr/freeware/lib/gcc-lib/mips-sgi-irix6.2/2.95.2/mabi=64 -L/usr/freeware/lib/gcc-lib/mips-sgi-irix6.2/2.95.2 -L/usr/bin -L/usr/freeware/lib /usr/lib64/mips3/crt1.o -dont_warn_unused -lgcc -warn_unused -L/usr/lib64/mips3 -L/usr/lib64 -dont_warn_unused -lc -warn_unused -dont_warn_unused -lgcc -warn_unused /usr/freeware/lib/gcc-lib/mips-sgi-irix6.2/2.95.2/mabi=64/crtend.o /usr/lib64/mips3/crtn.o
ld64: WARNING 15 : Multiply defined:(_mcount) in /usr/lib64/mips3/crt1.o and /usr/lib64/mips3/crt1.o (2nd definition ignored).
ld64: WARNING 15 : Multiply defined:(__start) in /usr/lib64/mips3/crt1.o and /usr/lib64/mips3/crt1.o (2nd definition ignored).
ld64: WARNING 15 : Multiply defined:(__istart) in /usr/lib64/mips3/crt1.o and /usr/lib64/mips3/crt1.o (2nd definition ignored).
ld64: ERROR 33 : Unresolved text symbol "main" -- 1st referenced by /usr/lib64/mips3/crt1.o.
Use linker option -v to see when and which objects, archives and dsos are loaded. ld64: INFO 152: Output file removed because of error.
collect2: ld returned 2 exit status


--
David Martin
Unix Systems Admin
(757) 864-7447

"The man who gets the most satisfactory results is not always the man with the most brilliant single mind, but rather the man who can best co-ordinate the brains and talents of his associates." - W. Alton Jones

"To practice five things under all circumstances constitutes perfect virtue; these five are gravity, generosity of soul, sincerity, earnestness, and kindness." - Confucius



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]