unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* cvs libguile-ltdl and scmconfig.h
@ 2003-03-12 23:16 Kevin Ryde
  2003-03-13  0:33 ` Rob Browning
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Ryde @ 2003-03-12 23:16 UTC (permalink / raw)


Now that libguile/scmconfig.h is a generated file, I think
libguile-ltdl needs to express that it should be built before
attempting to compile libguile-ltdl.la.

Without that, raw-ltdl.c can hit /usr/include/libguile/scmconfig.h,
which is likely to be wrong (in my case the debian packaged guile
1.4).

I got some joy from adding the following to libguile-ltdl/Makefile.am

	BUILT_SOURCES = ../libguile/scmconfig.h
	../libguile/scmconfig.h:
	        cd ../libguile; $(MAKE) $(AM_MAKEFLAGS) scmconfig.h

Or alternately maybe raw-ltdl.c only really needs config.h now.  I'm
not smart enough to tell.


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-13  0:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-12 23:16 cvs libguile-ltdl and scmconfig.h Kevin Ryde
2003-03-13  0:33 ` Rob Browning

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).