This message was edited by Danty at 2004-5-8 21:55:21
Hi, I'm using Cygwin in Window XP. Yesterday I download complete Cygwin and I did a full install!
Today, I'm trying to compile a C++ package with its Makefile. I've successfuly compile the same package on SunOS Solaris at school.
In Cygwin on my PC dependancies compile with no erros (make depend). However, (make) complains:
scheduler.o(.text+0x55a): In function `_ZN9Scheduler3RunEP6Threadb':
/code/build.linux/../threads/scheduler.cc:135: undefined reference to `_SWITCH'
thread.o(.text+0xa63): In function `_ZN6Thread13StackAllocateEPFvPvES0_':
/code/build.linux/../threads/thread.cc:381: undefined reference to `_ThreadRoot'
thread.o(.text+0xa7c):/code/build.linux/../threads/thread.cc:392: undefined reference to
`_ThreadRoot'collect2: ld returned 1 exit status
make: *** Error 1