Hi,
I'm using mingw cross compiler (with GNU autotools) under Linux to build DLL.
One of the package I build is gnet2-2.0.8 which will link winsock library.
Everything is OK, the DLL is created under Linux.
When I copy the library to WinXP and use gnet2-2.0.8 to create
network my app. The libtoo
Hi
Is it possible to enforce pass_all for libtool ?
I'm sure all the DLLs required are there, I don't need libtool to
check it again for me.
This will increase compile/link time a lot under Win32 platform.
Regards
KC
___
http://lists.gnu.org/mailman/l
Kuang-Chun Cheng wrote:
Hi,
I'm using mingw cross compiler (with GNU autotools) under Linux to build DLL.
One of the package I build is gnet2-2.0.8 which will link winsock library.
Everything is OK, the DLL is created under Linux.
When I copy the library to WinXP and use gnet2-2.0.8 to create
n
On Thu, Jan 14, 2010 at 5:49 AM, Roumen Petrov
wrote:
> Kuang-Chun Cheng wrote:
>>
>> Hi,
>>
>> I'm using mingw cross compiler (with GNU autotools) under Linux to build
>> DLL.
>> One of the package I build is gnet2-2.0.8 which will link winsock library.
>> Everything is OK, the DLL is created und