# New Ticket Created by  Peter Sinnott 
# Please include the string:  [perl #24168]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=24168 >


Hi,
   currently gmake seems to be required to build imcc on freebsd.
   
When using gmake

$(IMCC_DIR)/%.o : $(IMCC_DIR)/%.c
        $(PERL) tools/dev/cc_flags.pl ./CFLAGS $(CC) -I$(IMCC_DIR) $(CFLAGS) -o $@ -c 
$<

is used to build languages/imcc/imcparser.c

When using the system make 

.c$(O) :
        @$(PERL) tools/dev/cc_flags.pl ./CFLAGS $(CC) $(CFLAGS) -o $@ -c $<
is used. This fails as it can find some of the imcc header files (
imc.h pbc.g parser.h )

For some reason languages/imcc/cfg.c builds correctly even though it
uses some of the same header files.


Thanks
Peter Sinnott

-- 
It is our mission to enthusiastically engineer high-payoff technology and 
continually leverage existing economically sound services while maintaining 
the highest standards


Reply via email to