Re: Setting environment and support of older OS/arch

2023-03-17 Thread Ken Cunningham
If you are doing your own compilation using the compilers and libraries from MacPorts, you need to direct your build to use the specified tools, headers, and libraries. You can look at what MacPorts sets up itself for each build for a clue, for example this is setup for a generic build of somet

Re: Setting environment and support of older OS/arch

2023-03-17 Thread Ken Cunningham
You can also look into how to use pkgconfig and cmake to find needed libraries. They can suffice for simpler header and library path additions, and often that might be all you need for a simpler project with just one or two things needed. K

Re: Setting environment and support of older OS/arch

2023-03-17 Thread Eckard Brauer
Hello Ken, thanks a lot for the responses, but I already tried that without too much success (CFLAGS and CXXFLAGS in that case), but will retry again. And maybe I'll have to learn 'bit about cmake, as I'm much more familiar with makefiles & Co. - that's the deal with too old people sitting in fr