Date: Sun, 16 Nov 2008 11:21:17 +0000 From: Robin Becker <robin@reportlab.com> To: freebsd-questions@freebsd.org Subject: gcc-4.3.3 problem Message-ID: <4920022D.4020102@jessikat.plus.net>
next in thread | raw e-mail | index | archive | help
I'm trying to run some benchmarks for a modified version of Python 2.5.2, unfortunately the modification requires a newer version of GCC so I have installed gcc version 4.3.3 from ports. When I try to run my make command I'm seeing this error *** WARNING: renaming "_codecs_hk" since importing it failed: Shared object "libgcc_s.so.1" I see that the gcc 4.3.3 libs were installed in /usr/local/lib/gcc-4.3.3 and I can get things to work by setting up the appropriate -L option and LD_LIBRARY_PATH. Is there some way to make these libraries available without this? -- Robin Becker
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4920022D.4020102>