Re: Compiler version?
- Posted by just_me Sep 21, 2010
- 1578 views
~/rpm/SOURCES/euphoria-4.0/source# ./configure --without-euphoria --full --debug ~/rpm/SOURCES/euphoria-4.0/source]# make eui -i ../include revget.ex -root /home/hostured/rpm/SOURCES/euphoria-4.0 make: eui: Command not found make: [svn_rev] Error 127 (ignored) mkdir -p /home/hostured/rpm/SOURCES/euphoria-4.0/source/build/intobj/back /home/hostured/rpm/SOURCES/euphoria-4.0/source/build/transobj/back /home/hostured/rpm/SOURCES/euphoria-4.0/source/build/libobj/back /home/hostured/rpm/SOURCES/euphoria-4.0/source/build/backobj/back /home/hostured/rpm/SOURCES/euphoria-4.0/source/build/intobj/ /home/hostured/rpm/SOURCES/euphoria-4.0/source/build/transobj/ /home/hostured/rpm/SOURCES/euphoria-4.0/source/build/libobj/ /home/hostured/rpm/SOURCES/euphoria-4.0/source/build/backobj/ make /home/hostured/rpm/SOURCES/euphoria-4.0/source/build/eui OBJDIR=intobj EBSD= CONFIG=Makefile.eu EDEBUG=1 EPROFILE= make[1]: Entering directory `/home/hostured/rpm/SOURCES/euphoria-4.0/source' gcc -m32 -pthread -c -Wall -Wextra -DEUNIX -DELINUX -fsigned-char -ffast-math -g3 -O0 -Wall -DESIMPLE_MALLOC -DARCH=ix86 -DELINUX -I /home/hostured/rpm/SOURCES/euphoria-4.0/source/build/intobj/back be_decompress.c -o/home/hostured/rpm/SOURCES/euphoria-4.0/source/build/intobj/back/be_decompress.o make[1]: *** No rule to make target `/home/hostured/rpm/SOURCES/euphoria-4.0/source/build/intobj/main-.c', needed by `/home/hostured/rpm/SOURCES/euphoria-4.0/source/build/intobj/back/coverage.h'. Stop. make[1]: Leaving directory `/home/hostured/rpm/SOURCES/euphoria-4.0/source' make: *** [interpreter] Error 2
If I tell make to ignore errors (-i) it goes on but failed later anyways.