aforeman / flam3

Automatically exported from code.google.com/p/flam3
0 stars 0 forks source link

In libtool. should ECHO="echo" be echo="echo"? #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./configure
2. make

What is the expected output? What do you see instead?

make  all-am
make[1]: Entering directory `/home/mkaushik/Download/flam3-read-only/src'
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   
-I/usr/include/libxml2  -g -O3 -std=gnu99 -ffast-math 
-DPACKAGE_DATA_DIR=\"/usr/local/share/flam3\" -D'SVN_REV="15"'  -c -o flam3.lo 
flam3.c
./libtool: line 827: X--tag=CC: command not found
./libtool: line 860: libtool: ignoring unknown tag : command not found
./libtool: line 827: X--mode=compile: command not found
./libtool: line 994: *** Warning: inferring the mode of operation is 
deprecated.: command not found
./libtool: line 995: *** Future versions of Libtool will require --mode=MODE be 
specified.: command not found
./libtool: line 1138: Xgcc: command not found
./libtool: line 1138: X-DHAVE_CONFIG_H: command not found
./libtool: line 1138: X-I.: command not found
./libtool: line 1138: X-I/usr/include/libxml2: No such file or directory
./libtool: line 1138: X-g: command not found
./libtool: line 1138: X-O3: command not found
./libtool: line 1138: X-std=gnu99: command not found
./libtool: line 1138: X-ffast-math: command not found
./libtool: line 1138: X-DPACKAGE_DATA_DIR="/usr/local/share/flam3": No such 
file or directory
./libtool: line 1138: X-DSVN_REV="15": command not found
./libtool: line 1138: X-c: command not found
./libtool: line 1191: Xflam3.lo: command not found
./libtool: line 1196: libtool: compile: cannot determine name of library object 
from `': command not found
make[1]: *** [flam3.lo] Error 1
make[1]: Leaving directory `/home/mkaushik/Download/flam3-read-only/src'
make: *** [all] Error 2

What version of the product are you using? On what operating system?

Checked out latest source using svn checkout

Please provide any additional information below.

In src/libtool, replacing ECHO="echo" by echo="echo" fixed the error above and 
I was able to build successfully.

Original issue reported on code.google.com by mayank.u...@gmail.com on 27 Jun 2010 at 5:59

GoogleCodeExporter commented 8 years ago
While we've checked in a version of the libtool file, when you compile this 
yourself you should run 'libtoolize' to refresh the file for your particular OS.

Original comment by e.reck...@gmail.com on 21 Nov 2010 at 2:58