This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
If what you want to do is run the testsuite, configure your tree with --disable-shared so that libtool only builds static libraries. This isnt good for a production build, unless you are OK with static libraries. Personally (and this is just MY opinion), its a better way to go. I always compil with just static. That way I dont have to keep (over time) multiple versions of the .so lying around for applications that were compiled and linked against the older versions.What's the proper fix for running the libjava testsuite then? I just hacked around it..
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |