Mike S. Nowostawsky writes:
> The compile script the teacher gave us for 7.1 is:
>
> c++ -o sql_test -I/usr/include/pgsql -lpq++ using_sql.c++
>
> but when I run it it gives me this error:
>
> sql_test.c++:7: pgsql/libpq++.h: No such file or directory
Change #include "pgsql/libpq++.h" to #include "libpq++.h".
--
Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter