-fpermissive to allow GCC to compile old C++
[oweals/cde.git] / cde / programs / dtmail / dtmail / RunLocalBento
1 #!/bin/csh -f
2 set echo
3 #
4 # A script that aids in debugging and testing dtmail
5 #
6 if ( `uname -s` != SunOS ) then
7         echo "Only support SunOS"
8         exit 1
9 endif
10
11
12 setenv DT_MAIL /home/dougr/INBOX
13 setenv DEFAULT_BACKEND Bento
14 setenv LD_LIBRARY_PATH ../libDtMail:../../../lib/Bento:../../../binstall/lib:$LD_LIBRARY_PATH
15 ldd -r ./dtmail
16 exec dtmail &