RE: [GENERAL] Problem with curses

1998-06-01 Thread Jackson, DeJuan
You may want to do a 'make clean' or just start over from the tar. 'configure' should figure out that you have curses installed now. The LIBS switch you need to link in curses is '-lcurses' but configure should take care of that. Hope this helps, -DEJ > Hello, > > the psql too

[GENERAL] Problem with curses

1998-05-30 Thread Lothar Behrens
Hello, the psql tool uses the curses functions. If I compile psql or all of postgreSQL I get error messages listed at the end here. I have installed ncurses. But I don“t know how to link that. If I am right I must link that. What am I doing wrong? Thanks Lothar -- gcc -o psql -L../../in