Re: finding gcc's installation prefix

2009-03-12 Thread Ian Lance Taylor
p...@po.cwru.edu (Paul Jarc) writes: > To find gcc's installation prefix, I've been using > "gcc -print-search-dirs". That worked up until 4.3, but now gcc > chases symlinks so it can print symlink-free paths. What I want is > the installation path just as it was spelled in > "./configure --pref

finding gcc's installation prefix

2009-03-12 Thread Paul Jarc
To find gcc's installation prefix, I've been using "gcc -print-search-dirs". That worked up until 4.3, but now gcc chases symlinks so it can print symlink-free paths. What I want is the installation path just as it was spelled in "./configure --prefix=...". In my case, that spelling is an absolu