“Error loading PostgreSQL extension DLL: ‘The specified module could not be found'”
I have written a PostgreSQL extension in C that uses the GSL (GNU Scientific Library) in MSYS2 Environment to calculate factorials. The code compiles successfully,
“Error loading PostgreSQL extension DLL: ‘The specified module could not be found'”
I have written a PostgreSQL extension in C that uses the GSL (GNU Scientific Library) in MSYS2 Environment to calculate factorials. The code compiles successfully,