Charles de Miramon <[EMAIL PROTECTED]> writes:

| Hello,
| 
| I'm trying to create packakes of LyX 1.4.1 for Debian Unstable using Georg
| Baum recip without any success.
| 
| Whatever version of g++ I'm using, the 4.0.3 (standard in Debian Unstable)
| or the experimental 4.1, I get compilation errors in some boost code. See
| below.
| 
| Using g++ 3.3 is not an option, because the compilation process complains
| that Qt was compiled with another compiler version.
| 
| Is there something, I should do ? Some magic parameters for g++ ?

The errors you get look like a mismatch between the compiler used to
compile the boost code and the compiler (and thus stdclib++) used for
linking.

| (.text+0x179): undefined reference to `std::basic_string<char,
| std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage'
| :operations_posix_windows.cpp:(.text+0x180): undefined reference to
| `std::basic_string<char, std::char_traits<char>, std::allocator<char>
| >::_S_empty_rep_storage'

-- 
        Lgb

Reply via email to