On 27.11.20 06:33, Warner Losh wrote:
> Greetings,
> 
> I've been trying to get sdcc compiling on FreeBSD -current with clang. I
> have an old DEC Rainbow I'd like to use this to create some new software
> for this old beast...
> 
> I have boost installed in /usr/local/ via FreeBSD's package system.
> However, the base compiler does not include /usr/local/include in the
> default path.
> 
> I've worked around this env CXX="c++ -I/usr/local/include
> -L/usr/local/lib" configure, but that's rather a large stick.

I've similarly used CXX when compiling for OpenBSD:
https://sourceforge.net/p/sdcc/wiki/OpenBSD/

Sure, it would be better, if using just CXXFLAGS and LDFLAGS would work,
too.

Philipp


_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to