Dan Nicholson wrote:
On my system, the autoreconf command is breaking the libtool
installation of libdrm.so.  The final installed libraries do not have
the .so suffix, so they can't be found at link time.  Fortunately,
nothing has broken because I had the static library installed.  Is
anyone else seeing this behavior?

With autoreconf:
$ ls -l dest/usr/lib/
total 84
lrwxrwxrwx 1 dan users    12 2006-05-19 12:44 libdrm -> libdrm.2.0.0
lrwxrwxrwx 1 dan users    12 2006-05-19 12:44 libdrm.2 -> libdrm.2.0.0
-rwxr-xr-x 1 dan users 72795 2006-05-19 12:44 libdrm.2.0.0
-rwxr-xr-x 1 dan users   757 2006-05-19 12:44 libdrm.la
drwxr-xr-x 2 dan users  4096 2006-05-19 12:44 pkgconfig

The book didn't import the essential "--force --install" autoreconf switches from the LiveCD Makefile.

--
Alexander E. Patrakov

--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to