gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Problems building gcl-2.5.3 on Solaris 8 (SPARC): grep -q &


From: John Tang Boyland
Subject: [Gcl-devel] Problems building gcl-2.5.3 on Solaris 8 (SPARC): grep -q & Patch problems
Date: Mon, 27 Oct 2003 14:26:53 -0600

I'm trying build gcl-2.5.3 on Solaris 8 (SPARC) with configure options:
    --enable-ansi --disable-statsysbfd --enable-locbfd
(BTW: The docs should state that you need to give those second and
third options if you don't have bfd installed locally.)

I have two (perhaps related) problems.
One is that the creation of 'saved_gcl' apparently uses nonstandard
options to grep; the second is that it uses patch in such a way that
it asks the builder to supply a filename.  I haven't the slightest
idea what to give:

Problem #1:
...
make[1]: Leaving directory 
`/afs/cs.uwm.edu/package/gcl/gcl-2.5.3/common/src/cmpnew'
cd unixport && make saved_gcl
grep: illegal option -- q
Usage: grep -hblcnsviw pattern file . . .
grep: illegal option -- q
Usage: grep -hblcnsviw pattern file . . .
grep: illegal option -- q
Usage: grep -hblcnsviw pattern file . . .
... (etc, over and over)

Problem #2:
...
Compiling PCL_WALK...
Compiling 
/afs/cs.uwm.edu/package/gcl/gcl-2.5.3/common/src/unixport/../pcl/pcl_walk.lisp.
End of Pass 1.  

;; Note: Tail-recursive call of WALK-TEMPLATE was replaced by iteration.
;; Note: Tail-recursive call of WALK-TEMPLATE was replaced by iteration.
;; Note: Tail-recursive call of WALK-TEMPLATE-HANDLE-REPEAT-1 was replaced by 
iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=1 (No runtime error checking), Space=0, Speed=3
Finished compiling 
/afs/cs.uwm.edu/package/gcl/gcl-2.5.3/common/src/unixport/../pcl/pcl_walk.o.
Loading binary of PCL_WALK...

Error: Undefined symbol
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by OR.
Broken at LOAD.  Type :H for Help.
>>patch -p0 <pcl_methods.patch
  Looks like a unified context diff.
File to patch: 

End of problems: See the "File to patch: " prompt.
Also see the "Error: Undefined symbol" on trying to load pcl_walk.o




reply via email to

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