Kostas Oikonomou
2017-12-11 22:04:27 UTC
Perhaps I was not clear in my last post.
Up to a few weeks ago, TeXmacs would build perfectly fine on FreeBSD,
using the system's standard compiler clang/clang++.
When the -stdlib=libstdc++ feature was introduced in configure,
configuration fails:
...
checking whether C++ compiler accepts -stdlib=libstdc++... yes
configure: added libstdc++ in compile flags
checking stdlibc++ linking... no
configure: error: Not able to link with libstdc++
...
I've looked at configure to try to disable this feature, which does not
seem necessary on FreeBSD, but the code is pretty complicated. Any
suggestions would be welcome.
Kostas
Up to a few weeks ago, TeXmacs would build perfectly fine on FreeBSD,
using the system's standard compiler clang/clang++.
When the -stdlib=libstdc++ feature was introduced in configure,
configuration fails:
...
checking whether C++ compiler accepts -stdlib=libstdc++... yes
configure: added libstdc++ in compile flags
checking stdlibc++ linking... no
configure: error: Not able to link with libstdc++
...
I've looked at configure to try to disable this feature, which does not
seem necessary on FreeBSD, but the code is pretty complicated. Any
suggestions would be welcome.
Kostas