[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libtool-1.4.2 BSD/OS 4.x
From: |
Steven M. Schultz |
Subject: |
libtool-1.4.2 BSD/OS 4.x |
Date: |
Mon, 17 Sep 2001 16:35:46 -0700 (PDT) |
Greetings -
Running on BSD/OS 4.2 and 4.3beta I noticed that 'lib' was being
prepended when it shouldn't.
My fault for not spotting the error sooner - seems every other system
has "need_lib_prefix=no" set but I overlooked that for the bsdi4*)
case.
This was all it took:
--- acinclude.m4.dist Mon Sep 10 20:16:01 2001
+++ acinclude.m4 Sun Sep 16 17:55:00 2001
@@ -2002,6 +2002,7 @@
bsdi4*)
version_type=linux
need_version=no
+ need_lib_prefix=no
library_names_spec='${libname}${release}.so$versuffix
${libname}${release}.so$major $libname.so'
soname_spec='${libname}${release}.so$major'
finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
Steven Schultz
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- libtool-1.4.2 BSD/OS 4.x,
Steven M. Schultz <=