This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.0.1 does not work on Solaris 8/sparc
- To: Craig Rodrigues <rodrigc at mediaone dot net>
- Subject: Re: gcc 3.0.1 does not work on Solaris 8/sparc
- From: Mark Mitchell <mark at codesourcery dot com>
- Date: Thu, 06 Sep 2001 20:29:14 -0700
- cc: Hubert Feyrer <hubert dot feyrer at informatik dot fh-regensburg dot de>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>, "aoliva at redhat dot com" <aoliva at redhat dot com>
> For the one in /usr/ucb, the order of the flags becomes important.
>
> /usr/bin/ln -s -f /usr/bin somelink (works)
> /usr/bin/ln -f -s /usr/bin somelink (works)
> /usr/ucb/ln -s -f /usr/bin somelink (does not work)
> /usr/ucb/ln -f -s /usr/bin somelink (works)
OK. That suggests that writing `$(LN_S) -f' anywhere is probably
a mistake; we need an autoconf test to get us an LN_SF that works.
Thanks,
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com