On Mar 24, 2007, at 11:53 PM, chromatic wrote:

On Saturday 24 March 2007 09:06, James Keenan wrote:

<     ld='c++', ldflags=' -L/usr/local/lib
-L/Users/jimk/work/fresh/blib/lib -flat_namespace ', ---

    ld='/usr/bin/g++-3.3', ldflags=' -L/usr/local/lib
-L/Users/jimk/work/fresh/blib/lib -flat_namespace ',

What's the output of:

        $ c++ --version
        $ which c++
        $ cc --version
        $ which cc

-- c

[parrot] 502 $ c++ --version
c++ (GCC) 4.0.3
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[parrot] 503 $ which c++
/usr/local/bin/c++
[parrot] 504 $ cc --version
cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[parrot] 505 $ which cc
/usr/bin/cc
[parrot] 506 $

Reply via email to