J McNamara - 2024-10-11

./INSERTTBL.exe
*** INSERTTBL STARTED ***
libcob: error: module 'OCESQLConnect' not found
$> cobc -x -v -o INSERTBL INSERTTBL.cob "-I/cygdrive/c/Program Files/PostgreSQL/17/include" "-I/cygdrive/c/Program Files/PostgreSQL/17/include" -locesql -L'/cygdrive/c/Program Files/PostgreSQL/17/lib/libpq.a'
cobc (GnuCOBOL) 3.2.0
Built Oct 09 2024 07:56:37 Packaged Jul 28 2023 17:02:56 UTC
C version "13.3.1 20241004"
loading standard configuration file 'default.conf'
cobc: invalid parameter: -L
cobc: ignoring nonexistent directory "/cygdrive/c/Program Files/PostgreSQL/17/lib/libpq.a"
command line: cobc -x -v -o INSERTBL -I/cygdrive/c/Program Files/PostgreSQL/17/include -I/cygdrive/c/Program Files/PostgreSQL/17/include -locesql -L/cygdrive/c/Program Files/PostgreSQL/17/lib/libpq.a INSERTTBL.cob
preprocessing: INSERTTBL.cob -> /tmp/cob443_0.cob
return status: 0
parsing: /tmp/cob443_0.cob (INSERTTBL.cob)
return status: 0
translating: /tmp/cob443_0.cob -> /tmp/cob443_0.c (INSERTTBL.cob)
executing: gcc -c -pipe -I/usr/local/include -Wno-unused -fsigned-char
-Wno-pointer-sign -I"/cygdrive/c/Program
Files/PostgreSQL/17/include" -I"/cygdrive/c/Program
Files/PostgreSQL/17/include" -o "/tmp/cob443_0.o"
"/tmp/cob443_0.c"
return status: 0
executing: gcc -Wl,--export-all-symbols -Wl,--enable-auto-import
-Wl,--enable-auto-image-base -o "INSERTBL.exe"
"/tmp/cob443_0.o" -L"/cygdrive/c/Program
Files/PostgreSQL/17/lib/libpq.a" -L/usr/local/lib -lcob
-l"ocesql"
return status: 0
$> ./INSERTTBL.exe
*** INSERTTBL STARTED ***
libcob: error: module 'OCESQLConnect' not found
$>

Sent with Proton Mail secure email.