From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: Robert A Nesius Cc: gcc-help@gcc.gnu.org, Alexandre Oliva Subject: Re: Fun with shared libs on HPUX - Request for help Date: Mon, 27 Mar 2000 10:55:00 -0000 Message-id: References: X-SW-Source: 2000-03/msg00100.html On Mar 27, 2000, Robert A Nesius 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: Robert A Nesius Cc: gcc-help@gcc.gnu.org, Alexandre Oliva Subject: Re: Fun with shared libs on HPUX - Request for help Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: References: X-SW-Source: 2000-q1/msg00410.html Message-ID: <20000401000000.zYK9ZmIUNL58ohM_y7BILC-O8x1l9DpZNyTwyi6Nwao@z> On Mar 27, 2000, Robert A Nesius 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