Andy Fiddaman said: > On Wed, 10 Aug 2005, Dennis Peterson wrote: > > ; Dale Walsh said: > ; > > ; > On Aug 10, 2005, at 08:12 AM, Andrés Yacopino wrote: > ; > > ; >> I have solaris too and compiled with gcc, this works great. I > ; >> compiled it with this parameters: > ; >> > ; >> First i do: > ; >> > ; >> in /usr/local/lib > ; >> > ; >> ln -s /opt/sfw/gcc-3/lib/libgcc_s.so.1 libgcc_s.so.1 > ; >> > ; >> Then > ; >> > ; >> ./configure --build=sparc-sun-solaris2.9 LDFLAGS='-L/usr/local/lib' > ; > > ; > Wouldn't it be easier to just do: > ; > > ; > ./configure --build=sparc-sun-solaris2.9 > LDFLAGS='-L/opt/sfw/gcc-3/lib' > ; > > ; > and skip making the link??? > ; > > ; >> Greetings, > ; >> Andres > ; > ; Or running crle to include that directory in the default lib path. > ; > ; dp > > ... or use -static-libgcc to remove the dependency
crle works with pre-compiled packages. Otherwise it's a wash, although -static-libgcc does create interesting new challenges for some product builds. dp _______________________________________________ http://lurker.clamav.net/list/clamav-users.html