Does : jcompile -H
give you a clue to the requirement ? Is the directory containing the desired 'winsock.lib' in your Windows %LIB% environment variable ? PS : the clue, in the 'jcompile' help text ( -H ) ( Upper Case 'H' option ), are the '-L' ( Upper Case 'L' ) and '-l' ( lower case 'l' ) options On Nov 17, 8:32 pm, Guillaume Yziquel <[email protected]> wrote: > Hi. > > I've got a small C stub for some routine that calls into a shared > library. Typically, on Windows, that would be winsock.dll. > > I'm able to jcompile the C stub, but running catalog on it fails by > giving me linking errors: Typically, external symbols like closesocket > that are to be found in winsock.dll cannot be resolved. > > All the twiddling that I've been doing with command line switches and > environment variables has failed to solve this issue. I'm currently > working on Windows Server 2003 (old, I know) and mainly looking for a > solution on this platform. (Though I'd also be quite keen to solve the > same issue on AIX or Linux). > > Advice or suggestions on what to read would be welcome. > > Best regards, > > -- > Guillaume Yziquel -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
