Brian,

"Dunaway, Brian" <[EMAIL PROTECTED]> said:
 > Here is the last block of the errors I get when I try to run make from an
 > unmodified src.
        :
 > I added -fpermissive to my CXXFLAGS in my configure file as I could not find
 > any CXXFLAG entries in my make file per the faq instructions.

Set environment CXXFLAGS to '-fpermissive' when you do configure.

% env CXXFLAGS='-fpermissive' ./configure
        :
checking for c++... c++
checking whether the C++ compiler (c++ -fpermissive ) works... yes
checking whether the C++ compiler (c++ -fpermissive ) is a cross-compiler... no
checking whether we are using GNU C++... yes
        :
% cat src/Makefile | grep CXXFLAGS
CXXFLAGS = -fpermissive  -I/usr/openwin/include       <====
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) 
$(CXXFLAGS)
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@

I'm using blackbox on my Solaris8/x86 box now.

-- 
Masaaki Nishimura 
masaaki @ westvillage.org

Reply via email to