Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hello I am trying to build gdal from source to satifiy some dependacies for another program I am installing from soure. I have seemed to run into the follow problem when compiling from source
grep: /usr/lib/libstdc++.la: No such file or directory
/bin/sed: can't read /usr/lib/libstdc++.la: No such file or directory
libtool: link: `/usr/lib/libstdc++.la' is not a valid libtool archive
make[1]: *** [libgdal.la] Error 1
make[1]: Leaving directory `/home/tmckeown/Desktop/vtp/gdal-1.2.5'
make: *** [check-lib] Error 2
I herd there was some problem with this on fedora core 3, but I wasn't able to find a solution. Any ideas or suggestions would be appreciated. Oh yeah I almost forgot to say I am using a 64bit processor.
you could compile a new development environment ( note that while it would work better, the time it would take probably wouldn't be worth it) or find a package for your distro.
does it have an option in configure to --enable-static ( also pass --disable-shared)? you might want to try this and see if it will use the libstdc++.a instead ( note that this will increase the size of the binary/library a little, but not too much).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.