URL:
  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=4892>

                 Summary: Make fails when CXXFLAGS is defined
                 Project: mldonkey, a multi-networks file-sharing client
            Submitted by: mikex
            Submitted on: Wed 02/08/06 at 23:24
                Category: None
                Priority: 3 - Low
                  Status: None
             Assigned to: None
        Originator Email: 
             Open/Closed: Open

    _______________________________________________________

Details:

make fails when I define CXXFLAGS, e.g. export CXXFLAGS=-O2 -msse

grep -n CXX Makefile
301:  CRYPTOPP_LIBS_flags += -cc $(CXX) $(CXXFLAGS) -ccopt
-fno-omit-frame-pointer

A workaround is to quote the arguments to -cc:
301:  CRYPTOPP_LIBS_flags += -cc '$(CXX) $(CXXFLAGS)' -ccopt
-fno-omit-frame-pointer






    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=4892>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
Mldonkey-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-users

Reply via email to