Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Sep 1998 21:26:42 +0200
From:      Mark Murray <mark@grondar.za>
To:        John Polstra <jdp@polstra.com>
Cc:        current@FreeBSD.ORG, jb@cimlogic.com.au
Subject:   Re: B CURRENT Build environment (Was: Re: Why no ldconfig for ELF?) 
Message-ID:  <199809021926.VAA02248@gratis.grondar.za>

next in thread | raw e-mail | index | archive | help
John Polstra wrote:
> OK, I think I understand the problem now.  Perhaps the right
> solution is to change src/Makefile.inc1 to export WORLDTMP into the
> environment.  There's already a place for that:
> 
> COMPILER_ENV=   BISON_SIMPLE=${TOOLROOT}/usr/share/misc/bison.simple \
>                 COMPILER_PATH=${TOOLROOT}/usr/libexec:${TOOLROOT}/usr/bin \
>                 GCC_EXEC_PREFIX=${WORLDTMP}${SHLIBDIR}:${WORLDTMP}/usr/lib/ \
>                 LD_LIBRARY_PATH=${TOOLROOT}${SHLIBDIR} \
>                 LIBRARY_PATH=${WORLDTMP}${SHLIBDIR}:${WORLDTMP}/usr/lib
> 
> BMAKEENV=       PATH=${TMPPATH} ${COMPILER_ENV} NOEXTRADEPEND=t \
>                 OBJFORMAT_PATH=${TOOLROOT}/usr/libexec:/usr/libexec
> XMAKEENV=       PATH=${STRICTTMPPATH} ${COMPILER_ENV} \
>                 OBJFORMAT_PATH=${TOOLROOT}/usr/libexec \
>                 CFLAGS="-nostdinc ${CFLAGS}"    # XXX -nostdlib

AHA!! So I wan't being all that dumb!! 

Thanks! I think this will fix my problem. (Eagerly awaits JB's
pronouncements)

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809021926.VAA02248>