[Mingw-w64-public] Undefined symbols. Help!

2013-05-25 Thread Anthony Walter
Can someone point me in the right direction towards solving this problem? I built a static libraries on Linux based on some open source c and h files. I can compile things fine with gcc/mingw-265 nd use ar to turn the object files into a static lib. The problem is when I try yo compile on Windows

Re: [Mingw-w64-public] Hello, I'm new here and can't find Undefined symbols: __time32, __localtime32, and __gmtime32

2012-05-15 Thread Anthony Walter
I fixed the problem. It was caused by out of order link lib statements. Link order is important sometimes. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landsc

[Mingw-w64-public] Hello, I'm new here and can't find Undefined symbols: __time32, __localtime32, and __gmtime32

2012-05-14 Thread Anthony Walter
gw32-nm -o {} \; | grep -i time32 And I cannot find the functions. I am at my wits end here. I could really use some help in finding why my pascal compiler needs __time32 when using a static lib built from i686-ming-w64 Thanks Anthony Walter