From 8a526c74da08760f3e7efc8aede19ad4cf50a588 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sun, 2 Mar 2008 15:43:53 +0000 Subject: [PATCH] stuff --- ChangeLog | 1 + TODO | 13 ------------- libsrc/Makefile.am | 2 +- 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index f3246cd7..ba6d04f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,7 @@ - fix im_cross_phase and im_addgnoise (Tom) - updated docs, C++ and python - header no longer stops on error +- C++ dummy2.cpp helps OS X linking 12/12/07 started 7.13.3 - added "include " to VImage.cc to help gcc 4.3 diff --git a/TODO b/TODO index f1aee499..b29cff3d 100644 --- a/TODO +++ b/TODO @@ -1,16 +1,3 @@ -- missing libstdc++ in link? what if we configure with no openexr? - - added -lstdc++ to VIPS_LIBS, but will this work on solaris etc.? maybe have - a configure option to turn off CImg - - there must be an autoconf macro that finds the stdc++ library name - - maybe just link with g++ instead of gcc? how can we do this? put a - dummy.cpp into libsrc? - - or do we only need to link the cimg convenience library with g++? libtool - should copy the libs up, shouldn't it? - WONTFIX ======= diff --git a/libsrc/Makefile.am b/libsrc/Makefile.am index 22e45c33..b7d60ee9 100644 --- a/libsrc/Makefile.am +++ b/libsrc/Makefile.am @@ -31,7 +31,7 @@ SUBDIRS = \ lib_LTLIBRARIES = libvips.la -libvips_la_SOURCES = dummy.c +libvips_la_SOURCES = dummy.c dummy2.cpp # DLLs need dependant libs there too ... put @VIPS_LIBS@ at the end libvips_la_LIBADD = \