On 1/20/2015 4:04 AM, Prof Abimbola Olowofoyeku wrote:
On 20 Jan 2015 at 3:32, Gayle Lee Fairless wrote:
On 1/19/2015 10:09 PM, Kevan Hashemi wrote:
I am not aware of any person that build GNU Pascal on Windows in 64-bit mode.
<snip>
Yours, Kevan
<snip>
[...]
Did you get them from here: http://www.gnu-pascal.de/binary/mingw32/ or here: http://www.gnu-pascal.de/binary/cygwin/
What you need is the "with-gcc" versions, which come with the necessary gcc environment for the Pascal compiler to work.
Also, do you really need Cygwin, or do you just need a Windows GPC compiler? If the latter, then you should use the Mingw version.
Best regards, The Chief
Prof. Abimbola A. Olowofoyeku (The African Chief) web: http://www.greatchief.plus.com/
I used the gpc-20070904-with-gcc.i686-pc-cygwin.tar.gz file.
gayle@weirdcat ~ $ uname -a CYGWIN_NT-6.1 weirdcat 1.7.33-2(0.280/5/3) 2014-11-13 15:47 x86_64 Cygwin
It did not run on the x86_64 version as already noted.
gayle@RumpusCat ~ $ gpc /usr/bin/gpc.exe: error while loading shared libraries: cygintl-3.dll: cannot open shared object file: No such file or directory
Here is the result from the i686 version. I put the os-hacks.h into /usr/include directory. Is this sufficient, or are there other directories to hunt down?
gayle@RumpusCat ~ $
gayle@RumpusCat ~/Documents $ uname -a CYGWIN_NT-6.1-WOW64 RumpusCat 1.7.33-2(0.280/5/3) 2014-11-13 15:45 i686 Cygwin
gayle@RumpusCat ~/Documents $ gpc-run --version gpc-run 20070904 Copyright (C) 2001-2006 Free Software Foundation, Inc.
I got the preceding result from gpc-run on both versions. Perhaps it works just fine on both versions?
What do I need to do about shared libraries and/or cygintl-3.dll?
gcc is version 4.9.2 on both installations.
Thanks for the help! We've made progress!
Sincerely, (Mr.) Gayle Lee Fairless fairless@ieee.org