Build problem on 64 bit Linux
Blake McBride <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <CABwHSOsXcRCotTShUwbA-_p20k0ZscZjKjD-cDODQdbvUPCM8Q@mail.gmail.com> |
Hi, I'm trying to build CLISP and running into the following problem: $ hg pull pulling from http://hg.code.sf.net/p/clisp/clisp searching for changes no changes found $ ./configure ... $ make distclean cd src && if test -f Makefile; then make distclean; fi rm -f Makefile $ ./configure ... configure: ** output file generation checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating po/Makefile.in config.status: creating gllib/Makefile config.status: creating makemake config.status: creating ../Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile Configure findings: FFI: yes (user requested: default) readline: yes (user requested: default) libsigsegv: yes $ cd src $ make make: *** No targets specified and no makefile found. Stop. blake@blake-sony ~/Backup/yy/clisp.hg/src $ cd .. $ make cd src && make all make[1]: Entering directory `/home/blake/Backup/yy/clisp.hg/src' make[1]: *** No rule to make target `all'. Stop. make[1]: Leaving directory `/home/blake/Backup/yy/clisp.hg/src' make: *** [all] Error 2 $ Appreciate any help. Thanks! Blake ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ clisp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-devel