gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Re: gcl-2.6.8


From: Gabriel Dos Reis
Subject: Re: [Gcl-devel] Re: gcl-2.6.8
Date: Tue, 17 Aug 2010 10:28:10 -0500

Camm Maguire <address@hidden> writes:

[...]

| In any case, I've committed same or equivalent, and I get a working
| link image now.  Hope you do too.  

Hi Camm,

There is still a problem.  The LINK (for OpenAxiom) failed with this:

gcc: ../o/firstfile.o: No such file or directory

Correctable error: (SYSTEM "gcc  ../o/firstfile.o -o  ./raw_lisp.exe 
./user-init .o  -LC:/msys/1.0/local/lib/gcl-2.6.8/unixport/ -Wl,-Map 
./raw_lisp_map.exe ./.. /../src/lib/bsdsignal.o ./../../src/lib/cfuns-c.o 
./../../src/lib/sockio-c.o -lw sock32 -lm   -lgcl -lm -lmingwex  -lwsock32  
-lgclp C:/msys/1.0/local/lib/gcl-2. 6.8/unixport/../o/lastfile.o") returned a 
non-zero value 1.
Signalled by LET*.
If continued: Continues anyway.
Broken at COMPILER::LINK.  Type :H for Help.
AxiomCore>>mkdir -p ../../build/i686-pc-mingw32/bin
cp -p lisp.exe ../../build/i686-pc-mingw32/bin
cp: cannot stat `lisp.exe': No such file or directory
make[2]: *** [../../build/i686-pc-mingw32/bin/lisp.exe] Error 1
make[2]: Leaving directory `/home/gdr/Desktop/sandbox/oa-build/src/lisp'


The path for firstfile.o looks wrong -- the one for lastfile.o is
correct though.  So, I suspect a "trivial" typo in GCL source.

-- Gaby



reply via email to

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