Boost logo

Boost Users :

Subject: [Boost-users] Boost.Python linking error on Scratchbox
From: Taneli R. (the_vizitor_at_[hidden])
Date: 2009-02-24 02:09:20


I have a program that uses Boost.Python and it compiles & links in normal
desktop environment at x86 architecture (Ubuntu Linux) without any problems.
I've compiled the same Boost libraries (1.37) in Scratchbox ARM environment,
since my goal is to get my program running in Nokia N800 Internet Tablet as
well.

Compiling is successful, but when I try to link my code to Python libraries
I get the following error:

/usr/local/lib/libboost_python-gcc34-mt-1_37.so: undefined reference to
`PyUnicodeUCS2_AsWideChar'
/usr/local/lib/libboost_python-gcc34-mt-1_37.so: undefined reference to
`PyUnicodeUCS2_FromEncodedObject'
collect2: ld returned 1 exit status

I haven't had any problems with other Boost libraries I've used in
Scratchbox. Should I compile the Boost.Python libraries with some specific
parameter?

-- 
View this message in context: http://www.nabble.com/Boost.Python-linking-error-on-Scratchbox-tp22176960p22176960.html
Sent from the Boost - Users mailing list archive at Nabble.com.

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net