[fpc-pascal] compiling 2.4.2 under 7-64

2011-01-26 Thread Julien Devillers
Hi

 

i'm trying to compile fpc 2.4.2 under windows 7 64 bits.

It raises the following error :

 

 

make[5]: entrant dans le répertoire « C:/FPC/2.4.2/fpc-2.4.2/rtl/win32 »

c:/gnuwin32/bin/gmkdir.exe -p C:/FPC/2.4.2/fpc-2.4.2/rtl/units/i386-win32

d:/pp_/bin/i386-win32/ppc386.exe -Ur -Xs -O2 -n -Fi../inc -Fi../i386 -Fi../win 
-FE. -FUC:/FPC/2.4.2/fpc-2.4.2/rtl/units/i386-win32 -di386 -dRELEASE -

s -Sg system.pp -Fi../win

system.pp(1011) Error: Can't create archive file: 
C:\FPC\2.4.2\fpc-2.4.2\rtl\units\i386-win32\libimpsystem.a

 

Instead of making the C:/FPC/2.4.2/fpc-2.4.2/rtl/units/i386-win32, gmkdir 
creates a directory named :   
C:\FPC\2.4.2\fpc-2.4.2\rtl\win32\FPC\2.4.2\fpc-2.4.2\rtl\units\i386-win32

 

Should I consider that this is a bug of gmkdir ? I get this file with 
getGnuWin32.

 

regards

Julien

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] compiling 2.4.2 under 7-64

2011-01-26 Thread Marco van de Voort
In our previous episode, Julien Devillers said:

> Should I consider that this is a bug of gmkdir ? I get this file with
> getGnuWin32.

Use the binutils that come with FPC, not the ones from mingw. mingw's
coreutils package has afaik moved in a different direction since it moved
from mingw to msys.

That also goes for the linker problem:

ftp://ftp.freepascal.org/pub/fpc/contrib/cross/mingw/win64/

is where the win64 binutils are kept.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


RE: [fpc-pascal] compiling 2.4.2 under 7-64

2011-01-27 Thread Julien Devillers


-Message d'origine-
De : fpc-pascal-boun...@lists.freepascal.org 
[mailto:fpc-pascal-boun...@lists.freepascal.org] De la part de Marco van de 
Voort
Envoyé : mercredi 26 janvier 2011 10:38
À : FPC-Pascal users discussions
Objet : Re: [fpc-pascal] compiling 2.4.2 under 7-64

In our previous episode, Julien Devillers said:

> Should I consider that this is a bug of gmkdir ? I get this file with 
> getGnuWin32.

Use the binutils that come with FPC, not the ones from mingw. mingw's coreutils 
package has afaik moved in a different direction since it moved from mingw to 
msys.

That also goes for the linker problem:

ftp://ftp.freepascal.org/pub/fpc/contrib/cross/mingw/win64/

is where the win64 binutils are kept.


-> Thanks for your answer.
-> It works !

Julien
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal