#!/bin/sh
exec /usr/local/src/euhedral/euhedral "$@"
#!/bin/sh
exec /usr/local/src/euhedral/euhedral.tcl "$*"
g77 -O2 -DUNIX euhedral.o libccd.o libwin.o librtl.o libc.o winx.o -L/usr/X11R6/lib -lX11 -o euhedral /usr/lib/gcc-lib/i486-suse-linux/2.95.3/libg2c.a(open.o): In function `f_open': open.o(.text+0x4da): the use of `tempnam' is dangerous, better use `mkstemp'This warning is caused by the g77 compiler and will hopefully be fixed in future versions of g77. It will not influence the functionality of EUHEDRAL.