Changeset 13111


Ignore:
Timestamp:
2006-10-13T13:29:12+13:00 (18 years ago)
Author:
mdewsnip
Message:

Added "-fexceptions" to LDFLAGS to prevent an error compiling on Mac OS X with GCC 4.0, thanks to John Rowe at DL Consulting Ltd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/text/Makefile.in

    r12922 r13111  
    5555INSTALL_DATA = @INSTALL_DATA@
    5656INSTALL_PROGRAM = @INSTALL_PROGRAM@
    57 LDFLAGS = @LDFLAGS@
     57LDFLAGS = @LDFLAGS@ -fexceptions
    5858LIBS = ../lib/libmg.a  $(AFLIBS) -lstdc++ @LIBS@
    5959TOUCH = echo timestamp >
Note: See TracChangeset for help on using the changeset viewer.