| View previous topic :: View next topic |
| Author |
Message |
mark
Joined: 21 Nov 2004 Posts: 8
|
Posted: Sun Nov 21, 2004 2:12 pm Post subject: compilation problem |
|
|
When I try to compile the ps2lib i get this:
| Code: | 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 |
|
| Back to top |
|
 |
ole
Joined: 08 May 2004 Posts: 92 Location: Czech Republic
|
Posted: Sun Nov 21, 2004 7:10 pm Post subject: |
|
|
| 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 ).... |
|
| Back to top |
|
 |
|