Re: [sword-devel] Problems compiling sword for arm

2002-08-15 Thread Christian Renz
>I don't seem to have a libstdc++ on my box for the arm either but it >works for me. I found the solution, via google: In some setups, arm-linux-g++ is used to link the executable, and will fail. This happened in my case. I don't know why it happens to me and not to you :) but a simple TMAKE_LI

Re: [sword-devel] Problems compiling sword for arm

2002-08-12 Thread Troy A. Griffitts
Christian, Have you tried sourcing the sword/arminst.sh file: cd ~/src/sword make clean . ./armenv.sh make su make install mv /usr/lib/libsword* /usr/local/arm/lib I don't seem to have a libstdc++ on my box for the arm either but it works for me. -Troy. Christian Renz wrote:

[sword-devel] Problems compiling sword for arm

2002-08-12 Thread Christian Renz
I'm trying to compile the sword library for arm (so I can compile qpsword) and am getting the following errors: /usr/local/arm/arm-v4l-linux/bin/ld: cannot find -lstdc++ There's no libstdc++ in my /usr/local/arm directory. Do I need to download an additional package? Greetings, Christian --