From: Aaron D. <aar...@gm...> - 2010-08-11 00:18:55
|
Hi Ehsan, I haven't had this same problem but I believe it is a good idea to compile the PGPLOT library (which is now distributed with MESA) using the same compiler as you use to compile MESA. Otherwise there can be some compatibility issues. I also noticed there is some disagreement between where you PGPLOT is installed and where LOAD_PGPLOT is pointing to it: > pgplot5: /usr/lib/pgplot5 > LOAD_PGPLOT = -L/usr/local/pgplot -lpgplot -lX11 -lxcb -lXau -lXdmcp -lpng > -lz -L/usr/lib -lXext > Make sure you are pointing to the correct place where all of these libraries are installed. I hope this helps! Maybe some other users will share their experience, too. Best wishes, Aaron |