> Sorry, your patch doesn't apply -- and has no context =(O|
>
> Please resubmit a patch generated with diff -c', and
> supply a ChangeLog entry so that we can evaluate the patch
> properly.
Patience! Patience! I was getting around to it!
Anyway, hysterical outburst over, patch attached against CVS ltmain.in...
ChangeLog? How about:
2001-06-25 Francis J Franklin <[EMAIL PROTECTED]>
* ltmain.in: don't add $convenience libraries to $deplibs,
because linker line on Darwin / Mac OS X looks like (?)
... -all_load $convenience $deplibs ... and this fails if
convenience libraries specified more than once.
Regards, Frank
Francis James Franklin
[EMAIL PROTECTED]
Their consultation consisted chiefly in propounding and supporting, for
the thousandth time, each his favourite theories.
--- George MacDonald
--- ltmain.in Sun Jun 24 13:24:00 2001
+++ ltmain.macosx Sun Jun 24 13:27:38 2001
@@ -1851,7 +1851,9 @@
if test $pass = conv; then
# Only check for convenience libraries
- deplibs="$lib $deplibs"
+ if test "$libdir"; then
+ deplibs="$lib $deplibs"
+ fi
if test -z "$libdir"; then
if test -z "$old_library"; then
$echo "$modename: cannot find name of link library for \`$lib'" 1>&2