Hi Valmor de Almeida wrote:
Also why g++ in
/usr/bin/g++
is different from
/usr/i686-pc-linux-gnu/gcc-bin/3.2/g++ ?
/usr/bin/g++ looks like a wrapper script. Its not actually a script though, its a compiled program. But this is why i make my assumptions:
# strings /usr/bin/g++ [...] /gcc-bin/ Could not run/locate %s! /usr/bin/gcc-config --get-bin-path Could not get compiler binary path! Could not run /usr/bin/gcc-config! [...]
It looks like this is just a simple program (6kb compiled) to to get the path of the "real" copy of g++ and then pass all options on.
Daniel
-- [EMAIL PROTECTED] mailing list
