Am Friday 10 March 2006 11:36 schrieb Pascal Bleser: > Robert Schiele wrote: > > On Fri, Mar 10, 2006 at 11:17:53AM +0100, Pascal Bleser wrote: > >> Apart from that, I'd be willing to provide gcc3 packages for SUSE Linux > >> in my repository (for C and C++) but... what would be the best place for > >> it, how to best handle those compat library packages (i.e. where to put > >> them to avoid conflicts) ? > >> > >> Does anyone have some hints ? > > > > Any special directory will do. /opt/gcc33 (or whatever version you want > > to provide) would be appropriate. > > Yes, sure ;) > I meant to for the compat runtime libraries.
the should be under the same prefix IMHO. The should not be in some standard lib path to avoid clashes with existing gcc4 build libs. This means also that apps using these libs need either to use rpath linker option or the LD_LIBRARY_PATH enviroment variable in some start script. bye adrian -- Adrian Schroeter SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany email: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
