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