Hello, I'm wondering why monoburg uses a nonstandard way of building? Instead of declaring the usual automake variables noinst_PROGRAMS and ..._SOURCES it invokes $CC_FOR_BUILD to build monoburg $BUILD_EXEEXT. Is this to allow cross-compiling?
Unfortunately this way of building breaks on Mac OS X when using eglib because gcc is directly being passed eglib's .la file in place of the usual -lglib-2.0 flag. How should this be fixed? Andreas _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
