On Mon, Mar 19, 2001 at 09:10:00PM -0800, alex k wrote:
> well, i gave it another shot this tonight, and it finally worked.
> it compiled ok, albeit Warned alot, on SunOs 5.7.
> 
> in the faq at reedmedia it said to add -fpermissive to CXXFLAGS
> in the Makefile. now i realized it has to be added in _both_ the
> Makefile in src/ and the one in util/. i had missed the one in util/.
> 

An easier option here is to include the CXXFLAGS assignment on the
call to configure...something like
  CXXFLAGS="-fpermissive" ./configure --enable-stuff
should take care of things in all the appropriate places. (Though
quite frankly on my Sun account I just set CXXFLAGS in my shell
startup script... saves me from having to worry about it anymore.)

Jeff Raven

Reply via email to