[sword-devel] Problems compiling sword for arm
Troy A. Griffitts
sword-devel@crosswire.org
Mon, 12 Aug 2002 12:05:01 -0700
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:
> 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
>