On 02 October 2006 10:22, Benh LIEU SONG wrote: > I'm trying to compile some libraries of us which need Sybase dll.
> I found that It was better to link agains import libraries, which can be > generated when one has .lib files. That's what I did, following the > procedure described in http://www.cygwin.com/cygwin-ug-net/dll.html > (Linking against DLL). > My def file has reference to functions which end with @n where n is number > so linking fails (same as Michael Peppler). I redefined _MSC_VER=800 and > finally got as result : > spg_sybase.o:spg_sybase.c:(.text+0xa50): undefined reference to [EMAIL > PROTECTED]' > spg_sybase.o:spg_sybase.c:(.text+0xc68): more undefined references > spg_sybase.o:spg_sybase.c:(.text+0x1716): undefined reference to [EMAIL > PROTECTED]' > which I can't understand since I *think* (but may be wrong) my .a fil has > same references, or have I got something wrong ? > here is what an nm on my generated .a file outputs : > 00000000 T [EMAIL PROTECTED] > 00000000 T [EMAIL PROTECTED] > 00000000 T [EMAIL PROTECTED] How does your linker command-line look? cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/