compile - Search results
Mailing lists >> pgsql-hackers >> Thread
2025-06-04 18:45:46 | Re: ABI Compliance Checker GSoC Project (Mankirat Singh)
compile $ ./configure CFLAGS="-Og -g -fvisibility=hidden" --prefix=/home/mankirat/install/REL_17_4 $ make -j$(nproc) ........ /usr/bin/ld: /home/mankirat/postgres/src/fe_utils/string_utils.c:1154: undefined
Mailing lists >> pgsql-hackers >> Thread
2025-06-03 20:23:22 | Re: ABI Compliance Checker GSoC Project (Mankirat Singh)
compile postgres with this flag, it should generate postgres binary by removing internal symbols, but instead
Mailing lists >> pgsql-hackers >> Thread
2025-06-03 17:30:20 | Re: ABI Compliance Checker GSoC Project (Mankirat Singh)
compiling either, as it results in a failed compilation with an error. The only thing