[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bugreport xgps
From: |
Adam Fedor |
Subject: |
Re: Bugreport xgps |
Date: |
Wed, 28 Feb 2001 10:15:39 -0700 |
Jonathan Gapen wrote:
> I get the same thing with gui and xgps. Looks like some recent
> changes to $SHARED_LIB_LINK_CMD in target.make broke things. What
> happens is that this macro doesn't include all the linker flags that it
Thanks for the insight. I fixed this, but can't access CVS now.
--- rules.make.old Wed Feb 28 10:15:04 2001
+++ rules.make Wed Feb 28 10:07:20 2001
@@ -262,7 +262,7 @@
ADDITIONAL_LIB_DIRS="$($*_LIB_DIRS) $(ADDITIONAL_LIB_DIRS)"
\
ADDITIONAL_LDFLAGS="$($*_LDFLAGS) $(ADDITIONAL_LDFLAGS)" \
LIBRARIES_DEPEND_UPON="$(shell $(WHICH_LIB_SCRIPT) \
- $($*_LIB_DIRS) $(ADDITIONAL_LIB_DIRS)
$(LIB_DIRS_NO_SYSTEM) \
+ $($*_LIB_DIRS) $(ADDITIONAL_LIB_DIRS) $(ALL_LIB_DIRS) \
$(LIBRARIES_DEPEND_UPON) \
$($*_LIBRARIES_DEPEND_UPON) debug=$(debug)
profile=$(profile) \
shared=$(shared) libext=$(LIBEXT) \
@@ -364,7 +364,7 @@
ADDITIONAL_LIB_DIRS="$($*_LIB_DIRS) $(ADDITIONAL_LIB_DIRS)"
\
ADDITIONAL_LDFLAGS="$($*_LDFLAGS) $(ADDITIONAL_LDFLAGS)" \
LIBRARIES_DEPEND_UPON="$(shell $(WHICH_LIB_SCRIPT) \
- $($*_LIB_DIRS) $(ADDITIONAL_LIB_DIRS)
$(LIB_DIRS_NO_SYSTEM) \
+ $($*_LIB_DIRS) $(ADDITIONAL_LIB_DIRS) $(ALL_LIB_DIRS) \
$(LIBRARIES_DEPEND_UPON) \
$($*_LIBRARIES_DEPEND_UPON) debug=$(debug)
profile=$(profile) \
shared=$(shared) libext=$(LIBEXT) \