From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8c66e874f02de38d,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!not-for-mail From: mark_doherty@yahoo.co.uk (Mark Doherty) Newsgroups: comp.lang.ada Subject: gnade samples link failure Date: 24 Nov 2004 04:10:16 -0800 Organization: http://groups.google.com Message-ID: <5e3e03a7.0411240410.5ffde9bb@posting.google.com> NNTP-Posting-Host: 81.153.85.239 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1101298217 21450 127.0.0.1 (24 Nov 2004 12:10:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 24 Nov 2004 12:10:17 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:6414 Date: 2004-11-24T04:10:16-08:00 List-Id: Under windows (xp), on make of 'samples' I get ... gnatbind -aOC:/GNADE/source/win32-include -static -x testdb.ali gnatlink -g -LC:/GNADE/source/win32-lib -lgnademysql "-LC:/GNADE/source/win32-li b -L/usr/lib/mysql -L/usr/lib/unixODBC -lgnadepostgresql -lpq -lgnadesqlite -ls qlite -lgnademysql -lmysqlclient" -LC:/GNADE/source/win32-lib -L/usr/lib/mysql - L/usr/lib/unixODBC -lgnadepostgresql -lpq -lgnadesqlite -lsqlite -lgnademysql -l mysqlclient -o c:\gnade\source\samples\mysql\.\testdb.exe testdb.ali ld: cannot find -lpq gnatlink: cannot call C:\GNAT\bin\gcc.exe gnatmake: *** link failed. make[1]: *** [testdb.exe] Error 4 make[1]: Leaving directory `C:/GNADE/source/samples/mysql' make: *** [mysql-all] Error 2 Also, I do not have /usr/lib stuff, is there a windows version of this make? Thanks, Mark