avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [avr-gcc-list] Re: build srecord under mingw


From: Weddington, Eric
Subject: RE: [avr-gcc-list] Re: build srecord under mingw
Date: Mon, 30 Mar 2009 09:20:36 -0600

 

> -----Original Message-----
> From: 
> address@hidden 
> [mailto:address@hidden
> org] On Behalf Of Bob Paddock
> Sent: Wednesday, March 25, 2009 2:08 PM
> To: Gene Smith
> Cc: address@hidden
> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]