Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: JSONCRAIG AT aol DOT com Message-ID: <1ce25344.370175ad@aol.com> Date: Tue, 30 Mar 1999 20:09:01 EST To: cygwin AT sourceware DOT cygnus DOT com Mime-Version: 1.0 Subject: Relocatable DLLs Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 10 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 AT 12 Can anyone help? -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com