chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] ideas


From: Perry E. Metzger
Subject: Re: [Chicken-users] ideas
Date: 13 Aug 2002 22:26:30 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

I've found the problem with csc, etc.

Take this as an example:

chicken-config: chicken-config.in
        sed -e "s,%cflags%,$(CFLAGS) $(INCLUDES) $(CPUCONFIGFLAGS)," \
            -e "s,%includedir%,$(includedir)," \
            -e "s,%libdir%,$(libdir)," \
            -e "s,%morelibs%,$(LIBS)," \
            -e "s,%chicken_home%,$(pkgdatadir)," \
            -e "s,%version%,$(VERSION)," \
          <$(srcdir)/$< >$@

The problem is the $< on a line following a <. There appears to be a
bug in pmake that turns that into a blank. Building with gmake works
fine. (pmake is the standard BSD make.) This results in the current
directory being the source of input (i.e. <./) intead of
./chicken-config.in

I'm going to see how to fix this, but it is not your fault, Felix. It
is entirely some sort of local problem.

Perry




reply via email to

[Prev in Thread] Current Thread [Next in Thread]