darkrwe wrote > Hello, > > Thank you for your assistance. After I make the qpid-0.22, I find .o > files under .libs folders in src. > > But Although i add the all object files to the .a file when i compile the > project it gives undefined reference errors. > especially these errors are about: Exceptions, sys, client, and framing > classes. (some methods cannot be find) > i just collect all object files to a folder and execute ar rvs > libqpid-0.22.a *.o command.
As for as i know.. you should add all the object files, (i.e,.) Exceptions, sys, client, and framing classes object files to your static library. Because, The classes you are using in your project calling those ( Exceptions, sys, client, and framing ) classes internally. darkrwe wrote > then of course i added to "qpid-0.22" to my libraries and i set the > library path. Anyways you are adding your libraries to path. Also add the path of .so files to library path. Then you will not get any linking errors. darkrwe wrote > in my project i just use below classes: > > "qpid/messaging/Address.h" > "qpid/messaging/Connection.h" > "qpid/messaging/Message.h" > "qpid/messaging/Receiver.h" > "qpid/messaging/Sender.h" > "qpid/messaging/Session.h" > > here are my errors. > eclipse-cdt-errors > <http://qpid.2158936.n2.nabble.com/file/n7598310/eclipse-cdt-errors> > > is there any idea what is my wrong ? > Thank you very much again. -- View this message in context: http://qpid.2158936.n2.nabble.com/Qpid-0-22-Static-archive-a-file-does-not-exist-tp7598234p7598311.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
