I tried to build the library under Linux with gcc by
following the readme instruction:
1. Go to the root directory (it contain this file and
changes.txt)
2. Run './configure.gcc'
3. Run 'make'
But step2 always report "command not found". What
should I do?
Mine is the lastest verision : pnl040708
Thanks
Logged In: YES
user_id=924623
in case it is still open question, I believe you should just
run ./configure
configure.gcc really existed at early stages. It existed
because Makefiles generated by configure for gcc and icc
should differ. I believe now it is handled by environment
variable CC passed to configure script.
try something like:
export CC=gcc
./configure
thanks, readme.txt should be updated
Logged In: YES
user_id=1359944
I have the same problem when trying to build the library
under linux.
When doing configure, the script runs into erros:
./configure.gcc
: command not foundne 3:
: No such file or directory: .
: No such file or directoryev/null
: No such file or directory: /volume1/scratch/ogevaert/PNL
/configure: No such file or directory
- run 'make' to compile sources
- run 'make check' to compile and launch test suite (optionally)
- run 'make install' to install library
Logged In: YES
user_id=511880
I noticed that config.gcc existed, but the permission were
wrong, so I needed to run
chmod +x config.gcc
before running config. This should probably be fixed in CVS
and the tarball.