|
From: Jonathan S. <sw...@gm...> - 2023-10-25 21:39:56
|
The ${HOME} in your prefix looks out of place. Can you try removing it?
If that doesn’t fix it then I would try escaping the ampersands in the
directory name, or even better renaming the directory.
By the way, the warning message means you can safely remove —with-boost-lib
because it’s no longer required.
2023년 10월 26일 (목) 05:13, George Sebastine via QuantLib-users <
qua...@li...>님이 작성:
> Hi,
>
> I am following the instructions in
> https://www.quantlib.org/install/macosx.shtml to install QL in custom
> folder. So I tried following
>
> ./configure
> --with-boost-include='/Users/DDD/Library/CloudStorage/Dropbox/AAA &
> BBB/Programs/QuantLib/QL_INSTALL/BOOST/b2-4.10.1/include/' \
>
> --with-boost-lib='/Users/DDD/Library/CloudStorage/Dropbox/AAA
> & BBB/Programs/QuantLib/QL_INSTALL/BOOST/b2-4.10.1/lib/' \
>
> --prefix=${HOME}'/Users/DDD/Library/CloudStorage/Dropbox/AAA &
> BBB/Programs/QuantLib/QL_INSTALL' \
>
> CXXFLAGS='-O2 -stdlib=libc++ -mmacosx-version-min=10.9' \
>
> LDFLAGS='-stdlib=libc++ -mmacosx-version-min=10.9'
>
>
> However with this, I am getting below error
>
> configure: WARNING: unrecognized options: --with-boost-lib
>
> checking for a BSD-compatible install... /usr/bin/install -c
>
> checking whether build environment is sane... configure: error: unsafe
> absolute working directory name
>
>
> I am using iMac with MacOS version 13.6 (22G120)
>
>
> Could you please guide what went wrong and the correct approach to install
> QL in some custom folder.
>
>
> Thanks for your time.
>
>
> _______________________________________________
> QuantLib-users mailing list
> Qua...@li...
> https://lists.sourceforge.net/lists/listinfo/quantlib-users
>
|