Hi
While running a pascal program on Intel Solaris platform, getting below runtime error
/home/kvsspl/deb/solaris/tcp: value out of range (error #300 at 81a473c) Program exited with code 052.
Eventhough I am running the program in the debugger, unable to find out the line in the code where it is going.
Please suugest me as how to get rid of this error.
Regards Hari
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
vanam srihari kumar wrote:
While running a pascal program on Intel Solaris platform, getting below runtime error
/home/kvsspl/deb/solaris/tcp: value out of range (error #300 at 81a473c) Program exited with code 052.
Eventhough I am running the program in the debugger, unable to find out the line in the code where it is going.
This is a popular question, see e.g. http://www.gnu-pascal.de/crystal/gpc/en/mail13214.html.
Regards,
Adriaan van Os
I am running below version
gpc version 20050331, based on gcc-3.4.3
It is not supporting the --gpc-rts=-Efoo option
Regards Hari --- Adriaan van Os gpc@microbizz.nl wrote:
vanam srihari kumar wrote:
While running a pascal program on Intel Solaris platform, getting below runtime error
/home/kvsspl/deb/solaris/tcp: value out of range (error #300 at 81a473c) Program exited with code 052.
Eventhough I am running the program in the
debugger,
unable to find out the line in the code where it
is
going.
This is a popular question, see e.g.
http://www.gnu-pascal.de/crystal/gpc/en/mail13214.html.
Regards,
Adriaan van Os
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
vanam srihari kumar wrote:
I am running below version
gpc version 20050331, based on gcc-3.4.3
It is not supporting the --gpc-rts=-Efoo option
This option must be given to your compiled program (i.e., at run time), not to GPC (compile time). All GPC versions from the last several years support this option.
Frank