1 Mar 2002 01:01
Re: Building boost.
David Abrahams <david.abrahams <at> rcn.com>
2002-03-01 00:01:01 GMT
2002-03-01 00:01:01 GMT
BTW, most of the tests are not supposed to be run in release mode because assert() gets turned off. Some even forcibly error if you compile them that way, so that will make your error count higher. ----- Original Message ----- From: "Rene Rivera" <grafik666 <at> redshift-software.com> To: <boost <at> yahoogroups.com> Sent: Thursday, February 28, 2002 6:45 PM Subject: Re: [boost] Building boost. > On 2002-02-28 at 02:01 PM, kevin.vanhorn <at> ndsu.nodak.edu (Kevin S. Van Horn) > wrote: > > >According to the compiler status tables, Boost passes all tests on gcc > >gcc 3.0.3. This has me a bit perplexed, as I just tried to build Boost > >with gcc 3.0.4 (I know, not exactly the same, but close), and got quite a > >large number of errors -- Jam reports that it failed to update 79 targets > >and skipped 40 targets. I used > > > > jam -sBOOST_ROOT=. -sTOOLS=gcc -sBUILD="debug release" > > > >The only thing I can think of is that perhaps it was getting the wrong > >compiler (gcc 3.0.4 is installed in /opt/bin), although 'which g++' > >verifies that the correct compiler is the first one in the my search path. > >Does anyone have any suggestions as to what might be wrong? How can I > >make sure that Jam uses the compiler I want it to use? > > A bit more detail would be cool...(Continue reading)
RSS Feed