Jean-Pierre Chrétien <[EMAIL PROTECTED]> writes: | Hello developers, | | I'm trying to compile 1.4.0pre2 on Solaris SPARC 2.8 | | One preliminary question: is the pspell option still needed ? | ./configure --with-version-suffix=-1.4.0pre2 --with-frontend=xforms --with-pspell | | One preliminary remark: I had to create a link to gmsguniq (GNU version | of gettext) as the function does not exist (and would probably fail) | with Solaris gettext: | ln -s /usr/local/bin/gmsguniq /usr/local/bin/msguniq | | | Then the main failure: | <log> | Making all in src | if cmp -s version.C ; then \ | : ;\ | else \ | rm -f version.C ;\ | cp version.C ;\ | fi | usage: cmp [-l] [-s] file1 file2 [skip1] [skip2] | cp: Insufficient arguments (1) | Usage: cp [-f] [-i] [-p] f1 f2 | cp [-f] [-i] [-p] f1 ... fn d1 | cp -r|R [-f] [-i] [-p] d1 ... dn-1 dn | *** Error code 2 | make: Fatal error: Command failed for target `stamp-version' | </log> | | Probably an empty variable there. Any clue ?
You are not using gnu make? the make you are using seems to not understand $< -- Lgb