Results 2 comments of Laurent Etiemble

Sorry for the delay. This should be fixed.

You need to pass an extra library path so the library is found: ``` # On Intel processors: LIBRARY_PATH=/usr/local/lib make USE_PGXS=1 TDS_INCLUDE=-I/usr/local/include # On M1/M2 processors: LIBRARY_PATH=/opt/homebrew/lib make USE_PGXS=1 TDS_INCLUDE=-I/opt/homebrew/include...