|
From: Philipp K. K. <pk...@sp...> - 2025-05-17 16:52:34
|
Am 09.05.25 um 12:03 schrieb dan...@un...: > > Dear SDCC, > > I'm trying to compile sdcc on a system where the boost library is > outdated, and I can not upgrade it. > > I've downloaded boost_1_88_0.tar.gz and unpacked into my home dir. > > How can I run sdcc's configure to use it? > > Daniel What happens if you tell configure to use a specific include path when invoking the C++ compiler, e.g. like on the wiki page for compiling on OpenBSD (i.e. replace the -I/usr/local/include with the path to the directory that contains your boost include directory)? https://sourceforge.net/p/sdcc/wiki/OpenBSD/ |