Fix Mac OS-X test issues.

Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
Holger Waechtler 2014-03-24 20:19:43 -04:00 committed by Wilson Snyder
parent 8d8c5da812
commit 9caffe330b
3 changed files with 4 additions and 2 deletions

View File

@ -15,6 +15,8 @@ indicates the contributor was also the author of the fix; Thanks!
**** Fix tracing of package variables and real arrays.
**** Fix Mac OS-X test issues. [Holger Waechtler]
**** Fix C++-2011 warnings.

View File

@ -30,7 +30,7 @@
#include <memory>
#include <map>
#if defined(__unix__)
#if defined(__unix__) || defined(__unix) || (defined(__APPLE__) && defined(__MACH__))
# define INFILTER_PIPE // Allow pipe filtering. Needs fork()
#endif

View File

@ -16,7 +16,7 @@ $Self->_run (cmd=>["cd $Self->{obj_dir}"
check_finished=>0);
$Self->_run (cmd=>["cd $Self->{obj_dir}"
." && g++ -fPIC -c ../../t/t_flag_ldflags_so.cpp"
." && ld -shared -o t_flag_ldflags_so.so -lc t_flag_ldflags_so.o"],
." && g++ -shared -o t_flag_ldflags_so.so -lc t_flag_ldflags_so.o"],
check_finished=>0);
compile (