Re: Guile support in GNU make
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gnu.make.devel |
|---|---|
| Message-ID | <[email protected]> |
> From: Paul Smith <[email protected]> > Cc: [email protected] > Date: Sat, 14 Jan 2012 15:37:47 -0500 > > On all other systems Guile is currently disabled (I've added the undef > of HAVE_GUILE to the various pre-built config.h versions). > > I'm not really sure how to get it enabled on other systems, short of > editing those config.h files by hand and adding -lguile to the link > line. That should be all you need but I don't have access to those > systems. For anyone supporting the non-configure-based systems I'm open > to any suggestions about the best way to handle it there. On a GNU/Linux system, after checking out the CVS repository, how would I go about making a tarball from the current CVS? I'd like to try building that on Windows, and see how I can add Guile to Make. TIA