söndag den 1 augusti 2010 klockan 11:11 skrev Sergey Poznyakoff detta: > Mats Erik Andersson <mats.anders...@gisladisker.se> ha escrit: > > > In addition, the conditionals for utmpx/utmp must be > > reworked to fit OpenBSD. As it stands an unaltered > > configuring step will ask for the functions > > > > endutent(), getutent() and pututline(). > > Yes, what's wrong with it? > The problem is that these functions do not exist in OpenBSD, yet they are used as the code is presently sent to the linker.
> > There are further problems in "ifconfig/" where compilation > > halts due to missing macros IFF_SLAVE and IFF_MASTER. > > These two should be protected by #ifdef. > Again, on OpenBSD these constants are called for by the preprocessor. Either the conditionals for both indicated problems fail to detect subtleties for OpenBSD, or the the workarounds I had to use for autotools fail, due to unpleasently hard dependence on autoconf-2.63. I can not use more resent versions than 2.63 without compiling them myself for OpenBSD 4.6. Regards, Mats E A