Re: Compiling statically

2008-06-26 Thread Paulo J. Matos
Dear all, I am sorry for the repetition of emails but my university internet connection has been up and down lately and I thought it hadn't been sent. Truly sorry, -- Paulo Jorge Matos - pocm at soton.ac.uk http://www.personal.soton.ac.uk/pocm PhD Student @ ECS University of Southampton, UK

Compiling statically

2008-06-26 Thread Paulo J. Matos
Hello all, To compile a program fully-statically I do: ./configure CPPFLAGS="-DNDEBUG -I../../libfileIO-0.2.3/src" CXXFLAGS="-O3" LDFLAGS="-static-libgcc -static -Wl,-Bstatic -L../../libfileIO-0.2.3/src" In the linking phase things go wrong: /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -s

Compiling statically

2008-06-26 Thread Paulo J. Matos
Hello all, To compile a program fully-statically I do: ./configure CPPFLAGS="-DNDEBUG -I../../libfileIO-0.2.3/src" CXXFLAGS="-O3" LDFLAGS="-static-libgcc -static -Wl,-Bstatic -L../../libfileIO-0.2.3/src" In the linking phase things go wrong: /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -s

Compiling statically

2008-06-26 Thread Paulo J. Matos
Hello all, To compile a program fully-statically I do: ./configure CPPFLAGS="-DNDEBUG -I../../libfileIO-0.2.3/src" CXXFLAGS="-O3" LDFLAGS="-static-libgcc -static -Wl,-Bstatic -L../../libfileIO-0.2.3/src" In the linking phase things go wrong: /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -s