This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Relocatable DLLs


I searched for this but couldn't find anything on it.

When I try to link my dll that has a function that uses iostream (I'm linking
-lstdc++ with it) I get a bunch of undefined references like "undefined
refernece to isspace".  I don't know what I'm doing wrong...heres the ld
command

ld -s --base-file foo.base --dll -o foo.dll foo.o -lstdc++ -e _dllEntry@12

Can anyone help?

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com