Re: [GRASS-dev] Secret to compiling GRASS 7 on Ubuntu 9.10?

2009-12-18 Thread Glynn Clements
Isaac Ullah wrote: Thanks for the ideas. My ld.config.so only has one line: include /etc/ld.so.conf.d/*.conf . What else should it have? Can I just add /usr/lib64 as a line? What would be the syntax? I assume that it behaves as if ld.so.conf contained the result of cat

Re: [GRASS-dev] Secret to compiling GRASS 7 on Ubuntu 9.10?

2009-12-18 Thread Isaac Ullah
Oh boy... That seems like a pretty big issue... My configure options for grass have 64-bit enabled, so shouldn't that set it up to look for all 64-bit architecture? The contents of /etc/ld.so.conf.d/ are libc.conf and x86_64-linux-gnu.conf. The firs contains # libc default configuration

Re: [GRASS-dev] Secret to compiling GRASS 7 on Ubuntu 9.10?

2009-12-18 Thread Glynn Clements
Isaac Ullah wrote: Oh boy... That seems like a pretty big issue... My configure options for grass have 64-bit enabled, so shouldn't that set it up to look for all 64-bit architecture? AFAICT, the --enable-64bit configure switch only affects AIX, HP-UX, IRIX, and Solaris; it has no effect on

[GRASS-dev] Secret to compiling GRASS 7 on Ubuntu 9.10?

2009-12-14 Thread Isaac Ullah
Hi all, I've been trying to compile and install GRASS 7 on Ubuntu 9.10. I am using the same methodology that has been successful for me with previous version of Ubuntu. I have been able to successfully make binaries with no errors, but I consistently get gdal/proj errors when I launch the gui.

Re: [GRASS-dev] Secret to compiling GRASS 7 on Ubuntu 9.10?

2009-12-14 Thread Glynn Clements
Isaac Ullah wrote: I've been trying to compile and install GRASS 7 on Ubuntu 9.10. I am using the same methodology that has been successful for me with previous version of Ubuntu. I have been able to successfully make binaries with no errors, but I consistently get gdal/proj errors when I