[EMAIL PROTECTED] wrote:
I've got:
LIBS = /root/xerces/lib/libxerces-c.so.22.0 -lsupc++ -lstdc++
$(myDLL): $(OBJS)
$(CC) -shared -o $(myDLL) $(OBJS) $(LIBS)
obviously there is more to itbut I thought that did include the
standard libraries that were necessary? No?
Thanks!
If you co
s what is causing this problem.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thu 7/17/2003 6:39 PM
To: [EMAIL PROTECTED]
Cc:
Subject: Linux question
I brought my new c
]
Cc:
Subject: Linux question
I brought my new code over to Linux and upgraded Xerces to 2.2 (everything
runs just fine on Windows). Anyway, my app compiles fine on Linux.
However, at runtime when my app loads the Xerces library I am getting an
I brought my new code over to Linux and upgraded Xerces to 2.2 (everything
runs just fine on Windows). Anyway, my app compiles fine on Linux.
However, at runtime when my app loads the Xerces library I am getting an
error that
/root/xerces/lib/libxerces-c.so.22: undefined symbol: cout
Any clues