Worked, thanks. However, I must apply a little change to the makefile:
<code>
install-exec-hook::
        $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL)
gst-tool$(EXEEXT) "$(DESTDIR)$(bindir)/gst-load$(EXEEXT)"
        @for i in $(GST_EXTRA_TOOLS); do \
          echo $(LN) -f "$(DESTDIR)$(bindir)/gst-load$(EXEEXT)"
"$(DESTDIR)$(bindir)/$$i$(EXEEXT)"; \
          $(LN) -f "$(DESTDIR)$(bindir)/gst-load$(EXEEXT)"
"$(DESTDIR)$(bindir)/$$i$(EXEEXT)"; \
        done
</code>
There used to be no $(EXEEXT) behind gst-tool and gst-load on the first
line.
-- 
View this message in context: 
http://www.nabble.com/Another-Building-in-MinGW-tp17223428p17245773.html
Sent from the Gnu - Smalltalk mailing list archive at Nabble.com.



_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to