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 it....but I thought that did include the
standard libraries that were necessary?  No?

Thanks!




                                                                                       
                                                     
                      <[EMAIL PROTECTED]                                               
                                                      
                      gcast.com>               To:       <[EMAIL PROTECTED]>           
                                           
                                               cc:                                     
                                                     
                      07/17/2003 05:49         Subject:  RE: Linux question            
                                                     
                      PM                                                               
                                                     
                      Please respond to                                                
                                                     
                      xerces-c-dev                                                     
                                                     
                                                                                       
                                                     
                                                                                       
                                                     




You need to explicitly include the standard libraries when you link your
project. I guess that is 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 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 as to what might cause something like this?



---------------------------------------------------------------------
             To unsubscribe, e-mail:
[EMAIL PROTECTED]
             For additional commands, e-mail:
[EMAIL PROTECTED]



(See attached file: winmail.dat)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Attachment: winmail.dat
Description: Binary data

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to