RE: undefined reference to `_msgDebug' in GCC

2008-02-04 Thread Phil Betts
Anik Pal wrote on Saturday, February 02, 2008 9:05 AM:: > I am trying to using a library in my code whose default compiler is > MSVCRT. When I try to compile that code in cygwin GCC environment I > get the following errors > > F:/geolog6.6.1/lib/libgeolog6.a(fileprintf.o):C:/development/ptc:(.tex

RE: RE: undefined reference to `_msgDebug' in GCC

2008-02-05 Thread Anik Pal
-Original Message- From: Anik Pal [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 8:17 PM To: 'cygwin@cygwin.com' Subject: RE: RE: undefined reference to `_msgDebug' in GCC     -Original Message- From: Anik Pal [mailto:[EMAIL PROTECTED] Sent: Tuesd

RE: RE: undefined reference to `_msgDebug' in GCC

2008-02-05 Thread Phil Betts
Anik Pal wrote on Tuesday, February 05, 2008 3:12 PM:: > Phil, > Thanks for the info you provided. I'm not conversant with GCC. > I remove the path for regular library like libm.a, and all the paths > specified in posix , now my linker option is as follows > > -L/cygdrive/f/geolog6.6.1/lib -lcgg