Gabriel Dos Reis <g...@cs.tamu.edu> writes: | Camm Maguire <c...@maguirefamily.org> 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 _______________________________________________ Gcl-devel mailing list Gcl-devel@gnu.org http://lists.gnu.org/mailman/listinfo/gcl-devel