undefined refernce symbol __chkstk

2008-02-05 Thread Anik Pal
I got the linking error message undefined reference symbol __chkstk. When I try to link my source code with a MSVC compiled library. From the following url I got a workaround to remove this problem is to copy CHKSTK.OBJ from MSVC library and rename it to chkstk.o and link with it.

Re: undefined refernce symbol __chkstk

2008-02-05 Thread Reini Urban
Anik Pal schrieb: I got the linking error message undefined reference symbol __chkstk. When I try to link my source code with a MSVC compiled library. From the following url I got a workaround to remove this problem is to copy CHKSTK.OBJ from MSVC library and rename it to chkstk.o and link with