bug-libtool
[Top][All Lists]
Advanced

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

ltcf-cxx.sh for BSD/OS 4.x


From: Steven M. Schultz
Subject: ltcf-cxx.sh for BSD/OS 4.x
Date: Mon, 27 Nov 2000 08:45:57 -0800 (PST)

Greetings --

        When building a libtool'ized project (KDE-2.0 in this case) on a
        BSD/OS 4.2 system the C++ frontend script complained it did not know
        how to deal with the situation.   Since FreeBSD and BSD/OS both use
        G++ and GNU ld the fix was to simply augment one case statement in
        ltcf-cxx.sh

        I reported this to the KDE folks and they suggested I contact the
        libtools people.

        Steven Schultz
        address@hidden

--- ltcf-cxx.sh.dist    Sat Sep  9 09:59:52 2000
+++ ltcf-cxx.sh Tue Nov 21 15:57:12 2000
@@ -179,7 +179,7 @@
         ;;
     esac
     ;;
-  freebsd*)
+  bsdi*|freebsd*)
     # FreeBSD uses GNU C++ and GNU ld
     ;;
   hpux*)
@@ -674,7 +674,7 @@
           ;;
       esac
       ;;
-    freebsd*)
+    bsdi*|freebsd*)
       # FreeBSD uses GNU C++
       ;;
     hpux9* | hpux10* | hpux11*)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]