FVWM: [2.0.41] Fvwm.tmpl: LD_RUN_PATH setup failed

From: まつしたまこと <matusita_at_ics.es.osaka-u.ac.jp>
Date: Mon, 04 Mar 1996 11:44:43 +0900

Fvwm.tmpl does not consider LD_RUN_PATH environment variable. $(CC) is
not suitable for linking program. We should use $(CCLINK) instead.

--- Fvwm.tmpl.dist Mon Feb 19 04:27:22 1996
+++ Fvwm.tmpl Mon Mar 4 11:38:50 1996
_at_@ -316,7 +316,7 @@
                                                                         _at_@\
 program: $(OBJS) $(DEPLIBS) _at_@\
         RemoveTargetProgram($_at_) @@\
- $(CC) -o $_at_ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS) @@\
+ $(CCLINK) -o $_at_ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS) @@\
                                                                         _at_@\
 InstallProgram(program,$(FVWMDIR)) _at_@\
 InstallManPage(program,$(MANDIR)) _at_@\
_at_@ -341,7 +341,7 @@
                                                                         _at_@\
 program: $(OBJS) $(DEPLIBS) _at_@\
         RemoveTargetProgram($_at_) @@\
- $(CC) -o $_at_ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS) @@\
+ $(CCLINK) -o $_at_ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS) @@\
                                                                         _at_@\
 InstallProgram(program,$(FVWMBINDIR)) _at_@\
 InstallManPage(program,$(MANDIR)) _at_@\

- -
Makoto `MAR_kun' MATSUSHITA
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Sun Mar 03 1996 - 20:45:28 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:58 BST