[Kde-nonlinux] Re: Fwd: Re: Compiling on Solaris 2.6

Simon Josefsson kde-nonlinux@kde.org
Sat, 02 Mar 2002 17:31:59 +0100


Michael Matz <matz@kde.org> writes:

> On Sat, 2 Mar 2002, Simon Josefsson wrote:
>
>> It seems if my linker does not like empty archives.  This patch fixes
>
> Thanks for the report, I committed a fix.

Thanks.  What about the following one as well?  I sent it earlier.
perl is not installed in /usr/bin/perl.  Again, perhaps autoconf
should check for where perl is and then use $(PERL) or something
instead, but anyway.

Index: Makefile.am
===================================================================
RCS file: /cvs/kdelibs/kdewidgets/Makefile.am,v
retrieving revision 1.6
diff -w -u -r1.6 Makefile.am
--- Makefile.am 2001/11/22 22:53:32     1.6
+++ Makefile.am 2002/03/02 16:30:20
@@ -27,5 +27,5 @@
 kdewidgets_la_SOURCES = classpreviews.cpp kdewidgets.cpp 
 
 kdewidgets.cpp: kde.widgets
-       $(srcdir)/makekdewidgets -o $@ $<
+       perl $(srcdir)/makekdewidgets -o $@ $<