You can, as suggested [http://www.dbforums.com/archive/index.php/t-563609.html here]. just add the missing typedefs to your code (then it _should_ work in gcc4.1:
// Typedefs to keep g2c.h happy typedef int __g77_integer; typedef unsigned int __g77_uinteger; typedef long int __g77_longint; typedef unsigned long int __g77_ulongint; #include <g2c.h> -- Compiling C programs using g2c.h fails on amd64 https://bugs.launchpad.net/bugs/61623 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
