Michael Kochiashvili wrote:
trying compile GPC for FreeBsd...
Have download packages from your page gpc-2.1.tar.gz gcc-core-2.95.2.tar.gz
Have perform steps 2,3 (Unpacking the source, Configuring and building GCC) as described at http://www.gnu-pascal.de/gpc_51.html#SEC51
When make step 5 Compiling GPC I get this error
[...]
../.././xgpc -B../.././ -I. -W -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -g -O2 -DRTS_RELEASE_STRING="'`cat /usr/local/mine_sources/gcc-2.95.2/gcc/p/rts/rts-version`'" --unit-path=/usr/local/mine_sources/gcc-2.95.2/gcc/p/rts --automake --print-needed-options "" 2> "needed-options" || true if grep -v '^--' "needed-options" > /dev/null; then echo "needed-options: `cat "needed-options"`"; rm -f "needed-options"; false; else true; fi needed-options: xgpc: : No such file or directory xgpc: No input files *** Error code 1
Can you help me with any suggestion?
Hmm, is there a file `xgpc' anywhere, if so in which directory?
What was your exact `configure' invocation?
Frank