[gnet-dev] 1.1.9: misplaced gnetconfig.h



STATIC=/usr/app/gnet-1.1.9
PERBOX=/var/app/gnet-1.1.9

../configure \
--prefix=$STATIC                          \
--exec-prefix=$STATIC                     \
--bindir=$STATIC/bin                      \
--sbindir=$STATIC/sbin                    \
--libexecdir=$STATIC/libexec              \
--datadir=$STATIC/share                   \
--sysconfdir=$PERBOX/etc                  \
--sharedstatedir=$PERBOX/com              \
--localstatedir=$PERBOX/var               \
--libdir=$STATIC/lib                      \
--includedir=$STATIC/include              \
--infodir=$STATIC/info                    \
--mandir=$STATIC/man                      \
--oldincludedir=/usr/include              \
--build=i386-pc-linux-gnu

Compiled and installed fine but for some dark and obscure reason
one of include files, namely gnetconfig.h,
got installed in /usr/app/gnet-1.1.9/lib/gnet/include  8)
instead of /usr/app/gnet-1.1.9/include as all other .h files
did.

I realize that 99% of all users use default --prefix=/usr[/local]
and just dump random stuff into /usr[/local]/lib. I dont want to.

configure have to honor whatever --includedir I gave it.

CC me, I'm not on the list.
-- 
vda



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]