Holger Erck wrote: > > plugins.c: In function ‘initOnePlugin’: > > plugins.c:499 RTLD_NOW undeclared (first use of the function) > > plugins.c:499 (Each undeclared identifier is reported only once > > plugins.c:499 for each function it appears in.) > > plugins.c:499 RTLD_GLOBAL undeclared (first use of the function) Looking at the openbsd man page http://tinyurl.com/lvza, suggest that openbsd doesn't have those two values define in dlfcn.h (or anyplace else, but the dlopen manpage isn't very good). You could try changing that line to just not pass those values and see if it works - if so, then we at least know the 'fix', and can work on putting a change in the code. _______________________________________________ crossfire-devel mailing list crossfire-devel at lists.real-time.com https://mailman.real-time.com/mailman/listinfo/crossfire-devel