> This is the line I was using and it worked fine with u2.10.10, and even
> u2.10.11 [non alpha_events]

u2.10.10 doesn't have a ./configure that takes options ;)

> ./configure --enable-debug --enable-asserts --enable-profile --with-symlink=
> ircd --with-dpath=/home/hektik/irc --with-cpath=ircd.conf --with-lpath=debug
> .log --with-maxcon=1020 --bindir=/home/hektik/irc --sbindir=/home/hektik/irc

OK...using --bindir and --sbindir could easily confuse it; those aren't
paths that are stored in the cache in the same way that the path specified
with --prefix are stored.  Still, it should have seen the --with-dpath= and
used a DPATH of /home/hektik/irc, and used CPATH and LPATH settings of
ircd.conf and debug.log, respectively.  Did you look at the config.h to see
what those were defined to be?

> This may be a simple matter of me sending the wrong info, but
> the --with-cpath specifies a file, so I gave it a file and I assumed that it
> would look inside the dpath to find it.

It's supposed to.
-- 
Kevin L. Mitchell <[EMAIL PROTECTED]>

Reply via email to