diff -Nur oo/config_office/set_soenv.1 oo.new/config_office/set_soenv.1 --- oo/config_office/set_soenv.1 Wed Mar 20 19:10:58 2002 +++ oo.new/config_office/set_soenv.1 Sun Apr 14 23:56:12 2002 @@ -657,7 +657,7 @@ { if ( $ARGV[ 0 ] eq $no_gcc) { AddWarning( "set_soenv", "Autoconf did not find correct gcc compiler, prompted for value" ); printf "Did you build gcc 2.95.2 from source using the --prefix and --enable-shared flags (y/n)?: "; - my $answer = ; + my $answer = "n"; chomp( $answer ); if ( $answer eq "y" || $answer eq "Y" ) { $GCC_HOME = GetValue( "Please enter the gcc 2.95.2 --prefix value: " ); diff -Nur oo/cppuhelper/source/gcc2_linux_intel.map oo.new/cppuhelper/source/gcc2_linux_intel.map --- oo/cppuhelper/source/gcc2_linux_intel.map Tue Sep 4 11:03:09 2001 +++ oo.new/cppuhelper/source/gcc2_linux_intel.map Mon Apr 15 00:52:56 2002 @@ -45,7 +45,6 @@ __Q53com3sun4star3uno19WeakReferenceHelperRCQ53com3sun4star3unot9Reference1ZQ53com3sun4star3uno10XInterface; __as__Q53com3sun4star3uno19WeakReferenceHelperRCQ53com3sun4star3uno19WeakReferenceHelper; __bss_start; -__pure_virtual; __tiQ24cppu11OWeakObject; __tiQ24cppu14OWeakAggObject; __tiQ24cppu16OComponentHelper; diff -Nur oo/solenv/inc/unxlngi3.mk oo.new/solenv/inc/unxlngi3.mk --- oo/solenv/inc/unxlngi3.mk Wed Oct 24 19:21:47 2001 +++ oo.new/solenv/inc/unxlngi3.mk Sun Apr 14 23:56:12 2002 @@ -91,10 +91,7 @@ # flags for C and C++ Compiler # do not use standard header search paths # if installed elsewhere -.IF "$(BUILD_SOSL)"!="" -CFLAGS=-nostdinc -.ENDIF -CFLAGS+=-c $(INCLUDE) +CFLAGS=-c $(INCLUDE) # flags for the C++ Compiler CFLAGSCC= -pipe -mpentiumpro # Flags for enabling exception handling