[Mono-devel-list] pkg-config build patch

Peter Williams peter at newton.cx
Sun Apr 27 20:12:31 EDT 2003


Hi all,

	Now that mini has been renamed to mono and the old jit has become
oldmono, the pkg-config setup for mono needs to be updated. The
following patch is one way of doing it; it seems kind of broken to
install a .pc file for oldmono, but I figured it couldn't hurt too much.
I also have a patch so that the debugger can build again (it's broken
for me right now.)

	Peter

-- 
Peter Williams                          peter at newton.cx

"[Ninjas] are cool; and by cool, I mean totally sweet."
                              -- REAL Ultimate Power
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pc-mono.diff
Type: text/x-patch
Size: 2131 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030427/fca1ed57/attachment.bin 
-------------- next part --------------
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@


Name: Mono - using the old JIT compiler
Description: Mono Runtime using the old JIT compiler.
Version: @VERSION@
Requires: glib-2.0 gmodule-2.0
Libs: -L${libdir} -loldmono @libmono_ldflags@ -lm
Cflags: -I${includedir} @libmono_cflags@
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pc-debugger.diff
Type: text/x-patch
Size: 2018 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030427/fca1ed57/attachment-0001.bin 


More information about the Mono-devel-list mailing list