Re: Installing multiple versions of GCC

2009-08-17 Thread NightStrike
On Mon, Aug 17, 2009 at 7:24 PM, Ian Lance Taylor wrote: > Angelo Graziosi writes: > >> Ian Lance Taylor ha scritto: >>> Angelo Graziosi writes: >>> Is there a way to send libiberty.a where go the other libs (i.e /usr/local/gfortran/lib/gcc/i686-pc-cygwin/4.4.1/, for example)? >>> >>> R

Re: Installing multiple versions of GCC

2009-08-17 Thread Ian Lance Taylor
Angelo Graziosi writes: > Ian Lance Taylor ha scritto: >> Angelo Graziosi writes: >> >>> Is there a way to send libiberty.a where go the other libs (i.e >>> /usr/local/gfortran/lib/gcc/i686-pc-cygwin/4.4.1/, for example)? >> >> Really libiberty should not be installed at all by default. > > I su

Re: Installing multiple versions of GCC

2009-08-17 Thread Angelo Graziosi
Ian Lance Taylor ha scritto: Angelo Graziosi writes: Is there a way to send libiberty.a where go the other libs (i.e /usr/local/gfortran/lib/gcc/i686-pc-cygwin/4.4.1/, for example)? Really libiberty should not be installed at all by default. I suspected that. :-) Why, then, 'make install'

Re: Installing multiple versions of GCC

2009-08-17 Thread Ian Lance Taylor
Angelo Graziosi writes: > Is there a way to send libiberty.a where go the other libs (i.e > /usr/local/gfortran/lib/gcc/i686-pc-cygwin/4.4.1/, for example)? Really libiberty should not be installed at all by default. I don't know of any way to change where it is installed. Ian

Installing multiple versions of GCC

2009-08-17 Thread Angelo Graziosi
To have multiple versions of GCC installed, I usually build, on Cygwin, configuring as: prefix_dir_name="usr/local/gfortran" prefix_dir="/${prefix_dir_name}" dataroot_dir="${prefix_dir}/share" eprefix_dir="${prefix_dir}" sysconf_dir="${prefix_dir}/etc" lib_dir="${eprefix_dir}/lib" libexec_dir="