help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Configure bug in 1.95.3


From: aldomel
Subject: [Help-smalltalk] Configure bug in 1.95.3
Date: Sat, 3 Mar 2001 14:28:39 -0500 (EST)

Hello, 

The below patch fixes a problem in the build because double 
quotes are needed to let the substitution occur.

--- smalltalk-1.95.3/configure.in.original      Sat Mar  3 14:15:04 2001
+++ smalltalk-1.95.3/configure.in       Fri Feb 23 13:43:20 2001
@@ -37,7 +37,7 @@
 AM_MISSING_PROG(BISON, bison, $missing_dir)
 
 if test "$GCC" = yes; then
-  OPT_CFLAGS='-O$(OPTLEVEL)'
+  OPT_CFLAGS="-O$(OPTLEVEL)"
   OPT_CDEBUG='-fomit-frame-pointer'
 else
   OPT_CFLAGS='-O'



otherwise it breaks in libltdl:

checking whether the C compiler (gcc -pipe -fno-inline-functions
-fno-unroll-loops -fno-gcse -g -O$(OPTLEVEL) ) works... no
configure: error: installation or configuration problem: C compiler cannot
create executables.
configure: error: /packages/smalltalk-1.95.3/libltdl/configure
failed for libltdl
[smalltalk-1.95.3-build]$ 





reply via email to

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