compilation problem

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
mark
Posts: 8
Joined: Sun Nov 21, 2004 9:25 am

compilation problem

Post 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
ole
Posts: 92
Joined: Sat May 08, 2004 11:14 pm
Location: Czech Republic

Post 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 )....
Post Reply