The ticket is now resolved.

[[EMAIL PROTECTED] - Wed Nov 13 04:39:14 2002]:

> On Wed, 2002-11-06 at 15:50, Richard Levitte via RT wrote:
> 
> > I assume you're talking about the following, which has a 
hard-coded
> > call to gcc.
> >
> > DETECT_GNU_LD=${CC} -v 2>&1 | grep '^gcc' >/dev/null 2>&1 && \
> >     my_ld=`gcc -print-prog-name=ld 2>&1` && \
> >     [ -n "$$my_ld" ] && \
> >     $$my_ld -v 2>&1 | grep 'GNU ld' >/dev/null 2>&1
> >
> > I've just committed a change so gcc in the second line is 
replaced
> > with ${CC}.  Does that help?
> 
> Sorry to take so long to reply. Using the snapshot from 20021109 it
>    now
> builds the libraries correctly.
> 
> thanks,
> 
> Andy Preston
> 


-- 
Richard Levitte
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to