[fpc-devel] make install error

2005-09-23 Thread barko
hi! latest svn revision has error on "make install INSTALL_PREFIX=/usr", "make clean all" is doing job ok. ---snip--- make[4]: Leaving directory `/home/barkooo/freepascal/fpc.2.1.1/rtl/linux' /home/barkooo/freepascal/fpc.2.1.1/utils/fpcm/fpcmake -p -Ti386-linux Makefile.fpc Processing Makefile.

Re: [fpc-devel] Section smartlinking enabled for i386-linux

2005-09-23 Thread Peter Vreman
> On Fri, 23 Sep 2005 15:51:01 +0200 (CEST) > "Peter Vreman" <[EMAIL PROTECTED]> wrote: > >> name : 'Linux for i386'; >> shortname: 'Linux'; >> -flags: >> [tf_needs_symbol_size,tf_pic_uses_got{,tf_smartlink_sections}]; >> +flags

Re: [fpc-devel] Section smartlinking enabled for i386-linux

2005-09-23 Thread Marco van de Voort
> "Peter Vreman" <[EMAIL PROTECTED]> wrote: > > > name : 'Linux for i386'; > > shortname: 'Linux'; > > -flags: > > [tf_needs_symbol_size,tf_pic_uses_got{,tf_smartlink_sections}]; > > +flags: > > [tf_needs_symbol_size,tf_

Re: [fpc-devel] Section smartlinking enabled for i386-linux

2005-09-23 Thread Micha Nelissen
On Fri, 23 Sep 2005 15:51:01 +0200 (CEST) "Peter Vreman" <[EMAIL PROTECTED]> wrote: > name : 'Linux for i386'; > shortname: 'Linux'; > -flags: > [tf_needs_symbol_size,tf_pic_uses_got{,tf_smartlink_sections}]; > +flags: >

[fpc-devel] Re: compilation error of h2pas.pas on Mac OS X...

2005-09-23 Thread Dr. Rolf Jansen
Yes, it is fixed. Many Thanks Rolf On Fri, 23 Sep 2005 12:57:42 +0200 Jonas Maebe <[EMAIL PROTECTED]> wrote: On 16 sep 2005, at 15:32, Dr. Rolf Jansen wrote: powerpc-darwin -dpowerpc -dRELEASE h2pas.pas h2pas.pas:5526:Fixup of 34988 too large for field width of 16 bits h2pas.pas:5502:F

[fpc-devel] Section smartlinking enabled for i386-linux

2005-09-23 Thread Peter Vreman
For i386-linux smartlinking using sections is now enabled by default and that -CX and -XX will do nothing. Please report all issues on this mailing list. If it doesn't work, disabling it locally can be done by reverting the following patch. ~/fpc/compiler>>> svn diff -r 1165:1166 systems Index:

Re: [fpc-devel] Darwin make failure

2005-09-23 Thread Paul Davidson
Trashed and rebuild from fresh svn. All is well. Error may have been permissions corruption? Thanks Jonas :) On Sep 23, 2005, at 8:13, Paul Davidson wrote: fpc/compiler/powerpc/units/powerpc-darwin does exist. On Sep 23, 2005, at 7:10, Jonas Maebe wrote: On 23 sep 2005, at 13:04, Pau

Re: [fpc-devel] Libc patch 2

2005-09-23 Thread Marco van de Voort
> > > Hups sorry, it's a "clear" patch, apply only the second one. Done to 2.1.1 ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Darwin make failure

2005-09-23 Thread Paul Davidson
fpc/compiler/powerpc/units/powerpc-darwin does exist. On Sep 23, 2005, at 7:10, Jonas Maebe wrote: On 23 sep 2005, at 13:04, Paul Davidson wrote: Darwin. Checked out revision 1162. cutils.pas(1203) Error: Can't create assembler file: powerpc/units/powerpc-darwin/cutils.s cutils.pas(36

Re: [fpc-devel] Libc patch 2

2005-09-23 Thread Ales Katona
Ales Katona wrote: Apply after the 1st one. This patch fixes crypto function in libc unit. Ales Index: crypth.inc === --- crypth.inc (revision 1156) +++ cr

[fpc-devel] Libc patch 2

2005-09-23 Thread Ales Katona
Apply after the 1st one. This patch fixes crypto function in libc unit. Ales Index: crypth.inc === --- crypth.inc (revision 1156) +++ crypth.inc (working copy) @@ -1,9 +1,9 @@ { defined earlier in unistdh.inc... -function cryp

Re: [fpc-devel] Darwin make failure

2005-09-23 Thread Jonas Maebe
On 23 sep 2005, at 13:04, Paul Davidson wrote: Darwin. Checked out revision 1162. cutils.pas(1203) Error: Can't create assembler file: powerpc/units/ powerpc-darwin/cutils.s cutils.pas(36,17) Fatal: There were 1 errors compiling module, stopping cutils.pas(157,19) Fatal: Compilation aborte

[fpc-devel] Darwin make failure

2005-09-23 Thread Paul Davidson
Darwin. Checked out revision 1162. cutils.pas(1203) Error: Can't create assembler file: powerpc/units/powerpc-darwin/cutils.s cutils.pas(36,17) Fatal: There were 1 errors compiling module, stopping cutils.pas(157,19) Fatal: Compilation aborted make[5]: *** [ppcppc] Error 1 P Davidson Corax Ne

[fpc-devel] LibC patch for 'dl' methods

2005-09-23 Thread Ales Katona
This fixes dynamic link methods in libc unit. thanks to scamp for pointing it out. Ales Index: dlfcnh.inc === --- dlfcnh.inc (revision 1156) +++ dlfcnh.inc (working copy) @@ -3,10 +3,10 @@ RTLD_NEXT = Pointer(-1); RTLD_DEFAU

Re: [fpc-devel] compilation error of h2pas.pas on Mac OS X in the course of "make all" of the SVN sources

2005-09-23 Thread Jonas Maebe
On 16 sep 2005, at 15:32, Dr. Rolf Jansen wrote: powerpc-darwin -dpowerpc -dRELEASE h2pas.pas h2pas.pas:5526:Fixup of 34988 too large for field width of 16 bits h2pas.pas:5502:Fixup of 35076 too large for field width of 16 bits h2pas.pas:5484:Fixup of 35140 too large for field width of 16 bits