I guess that SLICOT originally was written for f77 and that its runtime library isn't the same as g77's. Unfortunately, f77 isn't available on the system I use. Is there any way to solve this problem? Maybe include a "patch library"?
The best I can say from the error messages you get is that it (or the lapack/blas libraries) were compiled with a different compiler than g77.
If you have full sources for SLICOT you can build everything with g77 - LAPACK and BLAS are at http://www.netlib.org.
Hope this helps,
-- Toon Moene - mailto:toon@xxxxxxxxxxxxxxxxxxxx - phoneto: +31 346 214290 Saturnushof 14, 3738 XG Maartensdijk, The Netherlands Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html GNU Fortran 95: http://gcc-g95.sourceforge.net/ (under construction)