- Linking shared libraries needs slightly different options. - We were trying to detect mach_time.h but needed to detect mach/mach_time.h instead. While we're here, add a --disable-shared option to ./configure, which is different from --enable-static. --disable-shared does not build *new* share libraries, but doesn't pass -static to the linker (apparently there is no static linking posible on MacOS).
23 lines
409 B
Text
23 lines
409 B
Text
. ./redoconf.rc
|
|
rc_include \
|
|
rc/CC.required.rc \
|
|
rc/CXX.rc \
|
|
rc/libqt4.rc \
|
|
rc/libgtk2.rc \
|
|
rc/Wextra.rc \
|
|
rc/Wall.rc \
|
|
rc/libm.rc \
|
|
rc/rt.autolib.rc \
|
|
rc/libpng.rc \
|
|
rc/clock_gettime.rc \
|
|
rc/mach__mach_time.h.rc \
|
|
rc/windows.h.rc \
|
|
rc/posix.rc \
|
|
rc/printf_lld.rc \
|
|
rc/extra.rc \
|
|
rc/all.h.precompiled.rc \
|
|
rc/all.hpp.precompiled.rc
|
|
|
|
rc_appendln LIBS "$LIBRT"
|
|
rc_appendln LIBS "$LIBM"
|
|
rc_save
|