|
From: Salvatore L. <sal...@ya...> - 2005-09-15 10:14:11
|
Hi,
my name is Salvatore Lionetti.
I use cygwin (setup.exe has version 2.510.2.2) amd
i've installed 2 src:
1) octave, (./configure,make,make install) OK.
2) gnuplot (./configure, make) FAIL.
I see that if you copy gd{,_io,fx}.h, in
gnuplot-4.0.0/src, then one can successfully install
gnuplot under cygwin.
(instead coping, a more clean solution can be to make
a simbolink link to real include files)
Here the details:
after see INSTALL file, i try:
cd src/
cp ../config/makefile.cyg .
make -f makefile.cyg.
But i have 2 main error:
1) gd.h, gd_io.h, gdfx.h does !exist in -I,.,
that cause million of compiler error.
SOL1: put -I/include that have this & other file
but have many conflict.
SOL2: copy only this 3 .h in src/
This go ok but
2) linker error: some symbol !resolved, see vedi.txt.
SOL1: I see that many symbol are dll related
, cause have _imp_, and try to give it
many version of gd library in several
way, but without success.
So i try to do the simplest thing, alias
cd gnuplot-4.0.0
./configure
make
make install
that go OK, because using this way the only obstacle
are the tree include reported above.
___________________________________
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB
http://mail.yahoo.it |