# .cshrc
# User specific aliases and functions
alias rm 'rm -i'
alias cp 'cp -i'
alias mv 'mv -i'
# setenv PATH="/usr/sbin:/sbin:$PATH"
set path=(. $home/bin /usr/local/bin /bin /usr/bin /usr/sbin
/usr/X11R6/bin
/usr/andrew/bin /usr/openwin/bin /usr/games /sbin)
setenv LD_LIBRARY_PATH /home/matt/Mesa-2.5/lib /usr/include/pgsql/lib
/lib /var/lib
setenv PGDATA /usr/data
setenv PGLIB /usr/lib /lib /var/lib/pgsql /usr/include/pgsql/lib
set prompt=\[`id -nu`@`hostname -s`\]\#\
My .cshrc file is above and my libpq.a is in /usr/local/lib/ and /usr/lib.
See any necccessary changes in the .cshrc file? The command line you sent
me has the -lpq, is this for libpq-fe.h or for
libpq.a? Also, any linking involved after this and what is the procedure
for libpq++(no docs decribing this on web), what files needed, etc. Much
thanks. M. Perkowski