Problem linking turl

Post Reply
User avatar
Dave Zowasky
Posts: 125
Joined: Wed Oct 19, 2005 2:28 pm
Location: Hudson Ohio
Contact:

Problem linking turl

Post by Dave Zowasky »

Hello,

I am trying to build an application that uses turl and I am running into some problems.
I am getting the following error:

\hb32\lib\win\mingw/libhbrtl.a(hbsocket.o):hbsocket.c:(.text+0x2d07): undefined reference to `WSAIoctl@36'

I am using mingw and my harbour lib in the hb32 is 3.2.0dev (r1307082134) and seems work fine with with my latest version of FWH.

Any suggestions?
Thanks
Dave
Dave Zowasky
Com1 Software, Inc.
http://www.com1software.com
information@com1software.com
330 653-3771
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Problem linking turl

Post by Antonio Linares »

Dave,

You have to link libws2_32.a from MinGW
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply