karthik0
Joined: 20 Sep 2012 Posts: 5
|
Posted: Mon Sep 24, 2012 12:08 pm Post subject: |
|
|
Hi Mat,
Sorry for all the bother, I've fixed the issue. I just used the command
to find the location of the two files (they were at /usr/lib/x86_64-linux-gnu/ on my Ubuntu 12.04 install)
and then proceeded to create a symbolic link using | Quote: | ln -s /usr/lib/x86_64-linux-gnu/ /usr/lib64
|
To link the location of where the files actually existed, and where the compiler was looking for them.
I've currently reverted to using the binary distribution of netcdf3.6.3, but I'm assuming actually installing netcdf and pointing environment variables at the right direction should allow for the compiler to successfully work.
I've seen hundreds of posts and issues on this forum that you helped out with, and they were supremely helpful in getting my issue solved.
Thanks again, Mat! =) |
|