This is the mail archive of the gcc-help@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]

Re: Fun with shared libs on HPUX - Request for help


On Mar 27, 2000, Robert A Nesius <rnesius@ichips.intel.com> wrote:

> ./lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.1/threads/libstdc++.a
> ./lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.1/libstdc++.a
> ./lib/threads/libstdc++.a.2.10.0
> ./lib/threads/libstdc++.sl
> ./lib/libstdc++.a.2.10.0
> ./lib/libstdc++.sl

Just create links in the directories that contain the `.a's to the
`.sl' files in the corresponding directories, and you shall be fine.
libstdc++ installation should probably be adjusted to make the links.

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]