| OLD | NEW |
| (Empty) |
| 1 # libstdc++.la - a libtool library file | |
| 2 # Generated by ltmain.sh - GNU libtool 1.4a-GCC3.0 (1.641.2.256 2001/05/28 20:09
:07 with GCC-local changes) | |
| 3 # | |
| 4 # Please DO NOT delete this file! | |
| 5 # It is necessary for linking the library. | |
| 6 | |
| 7 # --- | |
| 8 # NOTE: This file lives in /usr/sfw/lib on Solaris 10. Unfortunately, | |
| 9 # due to an apparent bug in the Solaris 10 6/06 release, | |
| 10 # /usr/sfw/lib/libstdc++.la is empty. Below is the correct content, | |
| 11 # according to | |
| 12 # http://forum.java.sun.com/thread.jspa?threadID=5073150 | |
| 13 # By passing LDFLAGS='-Lsrc/solaris' to configure, make will pick up | |
| 14 # this copy of the file rather than the empty copy in /usr/sfw/lib. | |
| 15 # | |
| 16 # Also see | |
| 17 # http://www.technicalarticles.org/index.php/Compiling_MySQL_5.0_on_Solaris_10 | |
| 18 # | |
| 19 # Note: this is for 32-bit systems. If you have a 64-bit system, | |
| 20 # uncomment the appropriate dependency_libs line below. | |
| 21 # ---- | |
| 22 | |
| 23 # The name that we can dlopen(3). | |
| 24 dlname='libstdc++.so.6' | |
| 25 | |
| 26 # Names of this library. | |
| 27 library_names='libstdc++.so.6.0.3 libstdc++.so.6 libstdc++.so' | |
| 28 | |
| 29 # The name of the static archive. | |
| 30 old_library='libstdc++.a' | |
| 31 | |
| 32 # Libraries that this one depends upon. | |
| 33 # 32-bit version: | |
| 34 dependency_libs='-lc -lm -L/usr/sfw/lib -lgcc_s' | |
| 35 # 64-bit version: | |
| 36 #dependency_libs='-L/lib/64 -lc -lm -L/usr/sfw/lib/64 -lgcc_s' | |
| 37 | |
| 38 # Version information for libstdc++. | |
| 39 current=6 | |
| 40 age=0 | |
| 41 revision=3 | |
| 42 | |
| 43 # Is this an already installed library? | |
| 44 installed=yes | |
| 45 | |
| 46 # Files to dlopen/dlpreopen | |
| 47 dlopen='' | |
| 48 dlpreopen='' | |
| 49 | |
| 50 # Directory that this library needs to be installed in: | |
| 51 libdir='/usr/sfw/lib' | |
| OLD | NEW |