hardcoded paths' in my .so* files



Hello,
I'm working on packaging gnome2 for distribution, not as rpm but as ebuild, but the idea is the same.

right now I'm using:


        ./configure --host=${CHOST} \
                    --prefix=/usr \
                        --sysconfdir=/etc \
                    --infodir=/usr/share/info \
                    --mandir=/usr/share/man \
                        --with-gdktarget=x11 \
                    --enable-debug=yes || die
and .

        make prefix=${D}/usr \
                sysconfdir=${D}/etc \
                infodir=${D}/usr/share/info \
                mandir=${D}/usr/share/man \
                install || die



but, a quick grep -r ${D} /usr/lib/gtk-2.0/* will make a lot (if not all) of the .so files match ... and this is after they have been installed.

am I doing something wrong here, or is my system's binutils messed up?

//Spider

Attachment: pgpQjfAFzISt6.pgp
Description: PGP signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]