On Wed, Jan 10, 2001 at 11:38:45PM +0100, Michel D?nzer wrote: > Can you build a static server (#define DoLoadableServer NO in host.def) and > run it in gdb? This does not seem to do the trick? Linux-m68k/host.def now looks like this: #define InstallEmptyHostDef #define DoLoadableServer NO #define BuildServersOnly YES
but the server still tries to load the modules? Plus they are built, but I guess I'd have to hack on the rules to avoid building/packaging them. Seems I have to fix the loader support... Christian