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

gcc-3.0 update



Last update for the evening:

I think I've found the problem.  ltcf-cxx.sh disables shared libraries
for c++ unless it's been specifically told that it's possible.  I'm
going to try this.  If one of you gcc-hackers can tell me if this is
reasonable, I'd appreciate it before I submit this fix.  I'm going to
try a compile tonight while I sleep.

ltcf-cxx.sh 
--- ltcf-cxx.old	Wed Jun 20 00:29:07 2001
+++ ltcf-cxx.sh	Wed Jun 20 00:29:32 2001
@@ -313,6 +313,8 @@
         ;;
     esac
     ;;
+  gnu*)
+  ;;
   linux*)
     case $cc_basename in
       KCC)
@@ -767,6 +769,8 @@
           ;;
       esac
       ;;
+    gnu*)
+    ;;
     linux*)
       case $cc_basename in
         KCC)



Reply to: