Hi,
I am using GNU Pascal 2.1 (19991030) on Solaris 2.7 from a package.
I am porting a graphics package from DEC Pascal on VMS to GNU Pascal on Solaris. The package is used with many Fortran programs. The conversion is almost complete. All five levels of the package compile and all the Pascal test programs I have build so far run OK. I cannot get the Fortran test programs to link. The linker cannot find the graphics package entry points. For example
'undefined reference to init_'
I have found a lot of information about calling from Pascal but nothing so far that help me to call from Fortran to Pascal.
Can someone point me to the appropriate documentation?
Thanks.