Hi,
I've done some work on ipv6calc in the last weeks:
- proper compilation on Solaris 8 (triggered by Dan Pritts)
- move hardcoded IPv6 assignment database to dynamic one like for IPv4
(credits to Simon Arlott for the patch)
some more fixes for proper compilation and less warnings.
It's currently tested on Linux, Solaris 8 and NetBSD, please test current
CVS version, I will release a new version next week or so,
"draft-ietf-ipv6-unique-local-addr" needs to be implemented before.
Peter
--
Dr. Peter Bieringer http://www.bieringer.de/pb/
GPG/PGP Key 0x958F422D mailto: pb at bieringer dot de
Deep Space 6 Co-Founder and Core Member http://www.deepspace6.net/
--On Tuesday, July 19, 2005 03:22:50 PM -0400 Dan Pritts
<danno(a)internet2.edu> wrote:
> Hi -
>
> I don't have time to track down why, but the --prefix i specify to
> configure isn't making it all the way into the appropriate makefiles.
>
> this happens on both solaris 8 & macos 10.3 - other than some compiler
> warnings, everything seems to work otherwise (built, and passed the
> preinstall tests).
Hmm, working fine here, but I found that configure has got some magic
exec_prefix feature.
Have you tried like following:
./configure --prefix=/usr/local --bindir /usr/local/bin --mandir
/usr/local/share/man
or
make install exec_prefix=/usr/local
File INSTALLING updated.
BTW: can you send me all the compiler warnings, e.g. by make >make.txt 2>&1
Thank you,
Peter
--
Dr. Peter Bieringer http://www.bieringer.de/pb/
GPG/PGP Key 0x958F422D mailto: pb at bieringer dot de
Deep Space 6 Co-Founder and Core Member http://www.deepspace6.net/