summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorrrelyea <rrelyea@fba4d07e-fe0f-4d7f-8147-e0026e666dc0>2006-08-25 00:31:40 +0000
committerrrelyea <rrelyea@fba4d07e-fe0f-4d7f-8147-e0026e666dc0>2006-08-25 00:31:40 +0000
commitbe51a8d1d262e60122aa83606ee2d98183e984ed (patch)
treeee65f5995170707c37e34e86e48d13e57c0c4680 /aclocal.m4
parente10af31db0782dcb99c507678eaf7de3fcb8e39e (diff)
Complete the windows build.
git-svn-id: http://svn.fedorahosted.org/svn/coolkey/trunk@25 fba4d07e-fe0f-4d7f-8147-e0026e666dc0
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m48
1 files changed, 6 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 4a7c75c..7facbfe 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -3032,7 +3032,7 @@ case $host_os in
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -LD -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker'
# If the export-symbols file already is a .def file (1st line
# is EXPORTS), use it as is; otherwise, prepend...
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
@@ -3041,7 +3041,11 @@ case $host_os in
echo EXPORTS > $output_objdir/$soname.def;
cat $export_symbols >> $output_objdir/$soname.def;
fi~
- $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+ #
+ # Hack... gcc and lc are quite different, we can use either for cygwin
+ # try to get a line that both are happy with...
+ #
+ $CC -LD -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker '
else
_LT_AC_TAGVAR(ld_shlibs, $1)=no
fi