[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

build glitches



Two things:

1. if ./configure finds dbm_open() in libc, it (apparently) creates
configuration files correctly, but it complains "OOPS! no modern
dbm library..." or something of that effect.  That is because if
dbm_open is in libc, t_found_at variable is not set (it is not needed
to be), and dblocation variable remains empty.

2. When you build from scratch, some libs in the libs directory are
tried to be built before sfio; and they require sfio.h that is not
created yet at this point.

Eugene