Page 1 of 1

compilation problem

Posted: Sun Nov 21, 2004 2:12 pm
by mark
When I try to compile the ps2lib i get this:

Code: Select all

C:\ps2dev\share>gcc C:\ps2dev\ps2lib\Makefile
/usr/lib/gcc-lib/i686-pc-cygwin/../../../i686-pc-cygwin/bin/ld: crtbegin.o: No s
uch file: No such file or directory
Anyone here able to help me? *note- cygwin is on my G: drive

Posted: Sun Nov 21, 2004 7:10 pm
by ole
It seems to me that you try to link ps2 program by the i686-pc-cygwin linker. You should do it by the ps2 linker so check your environment variables (look at other posts )....