Package: gambas2
Version: 2.11.1-1

Hi,

In the build log for gambas2 on amd64 I see it use -L/usr/lib64
all over the place while it shouldn't do that (but it doesn't
hurt), and set an rpath to /usr/lib, which it shouldn't do:
/bin/sh ../libtool --tag=CC   --mode=link x86_64-linux-gnu-gcc -pipe -Wall 
-Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os  -module 
-no-undefined -o gb.db.odbc.la -rpath 
/build/buildd/gambas2-2.11.1/debian/tmp/usr/lib/gambas2 main.lo -L/usr/lib64/ 
-lc -lodbc
x86_64-linux-gnu-gcc -shared  .libs/main.o  -Wl,--rpath -Wl,/usr/lib 
-Wl,--rpath -Wl,/usr/lib -L/usr/lib64/ -lc /usr/lib/libodbc.so   -Wl,-soname 
-Wl,gb.db.odbc.so.0 -o .libs/gb.db.odbc.so.0.0.0


That it sets a rpath to /usr/lib might be a problem in libtool.
Which version is it using?

You probably also shouldn't use -lc.

Note that on Debian systems /usr/lib64 is a symlink to /usr/lib,
and that all files should end up in /usr/lib and not in the
/usr/lib64/ dir or it will break things.  That currently
doesn't seem to be a problem.


Kurt




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to