On Jan 11, 2007, at 9:21 AM, Steve Peters via RT wrote:
On Sun Jan 07 08:27:28 2007, [EMAIL PROTECTED] wrote:
On Jan 7, 2007, at 8:44 AM, Steve Peters via RT wrote:
What is your c++ symlink pointing at?
[parrot] 512 $ ls -l /usr/bin/c++
lrwxr-xr-x 1 root wheel 7 Aug 9 2004 /usr/bin/c++ -> g++-3.3
[parrot] 513 $ ls -l /usr/bin/g++-3.3
-r-xr-xr-x 1 root wheel 135816 May 14 2006 /usr/bin/g++-3.3
OK, this problem must be something similar to the linking problems I
have with suncc on Linux. Even though I specify everything on the
Configure.pl command-line in terms of --cc and --link, it magically
switches to g++ when trying to link. Obviously, then, the hints or
something that runs after is misbehaving and redefining variables
configuration variables.
As noted previously, once I reverted to the previous order of running
the steps, I had no problem. I've successfully run 'make' quite a
few times since then.