From: Arjen M. <arj...@wl...> - 2005-11-04 10:04:44
|
> Bruno Picard wrote: >=20 > short: > It works! >=20 > long: > Hi all, >=20 > First, thanks to all who send me advices and encouragements: Alan, > Arjen and Kare... >=20 > Actually, I've forgot the SECOND RULE: "don't forgot the FIRST RULE : > check your PATH!!" :-( > (Kare-from-Norway was right!) Great!=20 > Now, my next goal is to succeed in writing png files...once again, if > someone has suggestions... >=20 > I've installed the gd-2.0.33 library, so plplot installs the gd driver > and enables > png files. Here is the the Configure results of plplot: >=20 >=20 > The drivers of plplot are: > ls /usr/local/plplot/lib/plplot5.5.3/driversd/* >=20 > -rwxr-xr-x 1 Ma=EEtre Aucun 78061 Nov 3 18:00 gd.dll > -rwxr-xr-x 1 Ma=EEtre Aucun 1035 Nov 3 18:00 gd.la > -rw-r--r-- 1 Ma=EEtre Aucun 0 Nov 3 18:00 gd.rc <=3D=3D=3D = This is the culprit! > -rwxr-xr-x 1 Ma=EEtre Aucun 43425 Nov 3 18:01 hpgl.dll > -rwxr-xr-x 1 Ma=EEtre Aucun 891 Nov 3 18:01 hpgl.la > I'm not sure about what to do and I don't even know if the gd driver > is the good solution for png files... > I'm still working on it : ) ! >=20 So, despite the assurance from ./configure that PNG output is=20 enabled, there is no actual driver information (the gd.rc is empty). What happens if you edit this file and insert the following lines: jpeg:JPEG file:0:gd:40:jpeg png:PNG file:0:gd:39:png (Not sure about the meaning of the numbers, but you can try=20 anyway) We can then start speculating from there.=20 Regards, Arjen |