RE: Re[4]: [fpc-pascal] Help building fpc svn Win64

2011-01-11 Thread Pierre Free Pascal
-Message d'origine- De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal- boun...@lists.freepascal.org] De la part de José Mejuto Envoyé : mercredi 5 janvier 2011 17:42 À : FPC-Pascal users discussions Objet : Re[4]: [fpc-pascal] Help building fpc svn Win64 Hello FPC

Re[6]: [fpc-pascal] Help building fpc svn Win64

2011-01-11 Thread José Mejuto
Hello FPC-Pascal, Tuesday, January 11, 2011, 12:21:19 PM, you wrote: PFP You should be able to use the 32-bit version of GoRC PFP there is no need of a 64-bit version, as the compiler PFP adds the /machine amd64 option when calling it PFP for win64 OS target. PFP Could you test this out?

Re: [fpc-pascal] Help building fpc svn Win64

2011-01-05 Thread Marco van de Voort
In our previous episode, Jos? Mejuto said: I'm stuck trying to build fpc win64 svn. As a bootstrap I'm using 2.4.3 from a snapshot at http://www.hu.freepascal.org/lazarus/ Strictly speaking only 2.4.2 will do. This snapshot is missing the cmp.exe file, so I had used the win32 one. After

Re: [fpc-pascal] Help building fpc svn Win64

2011-01-05 Thread Vincent Snijders
2011/1/5 Marco van de Voort mar...@stack.nl: This snapshot is missing the cmp.exe file, so I had used the win32 one. After an error about not found as.exe I had used the win32 version too, but now I'm stuck at an ld.exe problem. The win32 version of ld.exe does not have a pei-x86-64 target so

Re: [fpc-pascal] Help building fpc svn Win64

2011-01-05 Thread Marco van de Voort
In our previous episode, Vincent Snijders said: This snapshot is missing the cmp.exe file, so I had used the win32 one. After an error about not found as.exe I had used the win32 version too, but now I'm stuck at an ld.exe problem. The win32 version of ld.exe does not have a pei-x86-64

Re: [fpc-pascal] Help building fpc svn Win64

2011-01-05 Thread Vincent Snijders
2011/1/5 Marco van de Voort mar...@stack.nl: I would not build the fp ide. Does that remark apply to 2.4.x or 2.5.1? 2.5.1, because AFAIK, Pierre's work that requires the external linker on win64 is done in trunk only and not yet merged to 2.4.2. Vincent

Re: [fpc-pascal] Help building fpc svn Win64

2011-01-05 Thread Marco van de Voort
In our previous episode, Vincent Snijders said: I would not build the fp ide. Does that remark apply to 2.4.x or 2.5.1? 2.5.1, because AFAIK, Pierre's work that requires the external linker on win64 is done in trunk only and not yet merged to 2.4.2. Because I made a makefile change

Re[2]: [fpc-pascal] Help building fpc svn Win64

2011-01-05 Thread José Mejuto
Hello Darius, Wednesday, January 5, 2011, 12:36:40 AM, you wrote: DB Doesn't mingw64 provide as and ld? Yes but everywhere in the wiki binutils is referenced, mingw* is named only for crosscompiling and with the known incompatibility about different ports (mingw, cygwin, ...) I was looking for

Re[2]: [fpc-pascal] Help building fpc svn Win64

2011-01-05 Thread José Mejuto
Hello FPC-Pascal, Wednesday, January 5, 2011, 10:26:12 AM, you wrote: VS 2011/1/5 Marco van de Voort mar...@stack.nl: This snapshot is missing the cmp.exe file, so I had used the win32 one. After an error about not found as.exe I had used the win32 version too, but now I'm stuck at an ld.exe

Re: Re[2]: [fpc-pascal] Help building fpc svn Win64

2011-01-05 Thread Darius Blaszyk
On Jan 5, 2011, at 12:07 PM, José Mejuto wrote: Anyway I was looking for mingw binutils for win64 in the website without success, only win32 builds. http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GNU-Binutils/binutils-2.21/ try: http://mingw-w64.sourceforge.net/

Re[4]: [fpc-pascal] Help building fpc svn Win64

2011-01-05 Thread José Mejuto
Hello FPC-Pascal, Wednesday, January 5, 2011, 4:50:20 PM, you wrote: DB On Jan 5, 2011, at 12:07 PM, José Mejuto wrote: Anyway I was looking for mingw binutils for win64 in the website without success, only win32 builds.

[fpc-pascal] Help building fpc svn Win64

2011-01-04 Thread José Mejuto
Hello FPC-Pascal, I'm stuck trying to build fpc win64 svn. As a bootstrap I'm using 2.4.3 from a snapshot at http://www.hu.freepascal.org/lazarus/ This snapshot is missing the cmp.exe file, so I had used the win32 one. After an error about not found as.exe I had used the win32 version too, but