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: mark at codesourcery dot com, rodrigc at mediaone dot net
- Subject: Re: gcc 3.0.1 does not work on Solaris 8/sparc
- From: mike stump <mrs at windriver dot com>
- Date: Fri, 7 Sep 2001 13:48:47 -0700 (PDT)
- Cc: aoliva at redhat dot com, gcc at gcc dot gnu dot org, hubert dot feyrer at informatik dot fh-regensburg dot de
> Date: Thu, 06 Sep 2001 20:29:14 -0700
> From: Mark Mitchell <mark@codesourcery.com>
> To: Craig Rodrigues <rodrigc@mediaone.net>
> cc: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>,
> "gcc@gcc.gnu.org" <gcc@gcc.gnu.org>,
> "aoliva@redhat.com" <aoliva@redhat.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.
Or just always use /usr/bin/ln for LN_S, if /usr/ucb/ln would have
been found.