Re: guile-1.8.8 problems on GNU/Linux AMD64

2010-12-17 Thread Ludovic Courtès
Hi, "Nelson H. F. Beebe" writes: > A build of guile-1.8.8 on GNU/Linux AMD64 fails because the included > libtool is overriding library paths, and supplying incorrect 32-bit > paths: > > % env CC=gcc CXX=g++ LDFLAGS="-L/usr/local/lib64 -Wl,-rpath,/usr/local/lib64" > ./configure && make > ... >

guile-1.8.8 problems on GNU/Linux AMD64

2010-12-16 Thread Nelson H. F. Beebe
A build of guile-1.8.8 on GNU/Linux AMD64 fails because the included libtool is overriding library paths, and supplying incorrect 32-bit paths: % env CC=gcc CXX=g++ LDFLAGS="-L/usr/local/lib64 -Wl,-rpath,/usr/local/lib64" ./configure && make ... libtool: link: gcc -g -O2 -Wall -Wmissing-prototype