Hi,
Wow, if it runs also on Darwin also, then it is really cool and much
cleaner. I was under impression that libtool library has to be installed
to be linked agains, but now I reread docs and it looks that indeed it
does not, providing libtool is used for linking. However, I rememeber
that Alex Tolmos had some problems with thin on Darwin, so I will not
shout urray unless I see it running on this system.
The only issue I can see is that with this set-up there is no way to
check if all necessary headers are installed. However AFAIU this should
not be difficult to fix by adding a test to 'make installcheck'.
Thanks!
Grzegorz
Gilles J. Seguin wrote:
> Steps required to make install from tar file.
> $ ./configure
> $ make
> $ su -
> # make install
>
> If we want to add verifications.
> $ ./configure
> $ make
> $ make check
> $ su -
> # make install
>
> On my linux platform, Fedora Core 2
> the attach compress file 'Makefile.am.gz'
> allow to verify that present reconfiguration step is not
> necessary.
>
> steps perform are:
> $ cvs -z3 co -rrel_2_8 opencxx
> $ cd opencxx
> $ ./bootstrap
> $ cd ..
> $ mkdir build
> $ cd build
> $ ../opencxx/configure -C \
> --prefix=/usr \
> --srcdir=../opencxx \
> --disable-gc
> $ make
> $ make test
> $ su -
> # make install
>
> This, demonstrate the mechanism that I will like to have for
> my system.
>
> Comments ?
>
|