bug-guile
[Top][All Lists]
Advanced

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

Re: building gen-scmconfig.c on FreeBSD


From: Kevin Ryde
Subject: Re: building gen-scmconfig.c on FreeBSD
Date: Thu, 09 Sep 2004 08:26:24 +1000
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

Andreas Vögele <address@hidden> writes:
>
> gen-scmconfig.$(OBJEXT): gen-scmconfig.c
>       $(CC_FOR_BUILD) $(DEFS) $(INCLUDES) -c -o $@ $<;

Yep, I'd been meaning to do that.  But probably omitting $INCLUDES,
since they're likely to be host-system things, not build-system.
$DEFS probably only has -DHAVE_CONFIG_H, and may be unnecessary too.

One thing for a proper cross-compile is to figure out
$OBJEXT_FOR_BUILD, which may be different from the host system.  I'd
planned to go straight to an executable rather than through an obj.




reply via email to

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