From 0c4dec2ba1c93260c06f9f5a2aa4c519748b2f47 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 30 Nov 2001 13:04:36 -0500 Subject: [svn-r4661] Purpose: Bug Fix Description: We needed to support C++ on SP3. Libtool was putting a "-bnso" flag on the compile line. This was causing the C++ compiler to barf.. Solution: Removed the line. Platforms tested: OSF5.1 --- bin/ltconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/ltconfig b/bin/ltconfig index 5abc5e3..457cded 100755 --- a/bin/ltconfig +++ b/bin/ltconfig @@ -698,7 +698,11 @@ else case "$host_os" in aix3* | aix4*) # All AIX code is PIC. - link_static_flag='-bnso -bI:/lib/syscalls.exp' + #################################################################### + ## HACK Alert! This is causing problems with C++ on SP3...We'll just + ## remove this...THERE! All better now. + #################################################################### + ##link_static_flag='-bnso -bI:/lib/syscalls.exp' ;; hpux9* | hpux10* | hpux11*) -- cgit v0.12