> -----Original Message-----
> From: 
> avr-gcc-list-bounces+eric.weddington=atmel....@nongnu.org 
> [mailto:avr-gcc-list-bounces+eric.weddington=atmel....@nongnu.
> org] On Behalf Of Bob Paddock
> Sent: Wednesday, March 25, 2009 2:08 PM
> To: Gene Smith
> Cc: avr-gcc-list@nongnu.org
> Subject: Re: [avr-gcc-list] Re: build srecord under mingw
> 
> > So if I just unpack the boost tarball and point gcc to headers at
> > -I/c/boost_1_38_0  in the srecord makefile the latest 
> srecord seems to build
> > OK in msys and runs.
> 

Ok, so I can build srecord 1.47 if I set CXXFLAGS in my script before 
configuration, like so:

CXXFLAGS=-I/c/avrdev/boost/boost_1_38_0 \
./configure \
    --prefix=$installdir \
    --infodir=$installdir/info \
    --mandir=$installdir/man \
    2>&1 | tee $package-configure.log 

Thanks for all your help! :-)

Eric


_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to