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: Thu, 02 Sep 2010 09:45:48 -0500

Gabriel Dos Reis <address@hidden> writes:

| 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'

Hi Camm,

This error looks to me to be caused by a typo in the code that generates
the path to firstfile.o, because the path to lastfile.o is OK.  Could
you check that?  Thanks,

-- Gaby



reply via email to

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