Re: [fpc-pascal] Internal linker status

2006-04-10 Thread Sasa Zeman
No. 2.0.2 is a release and it sources won't change. If the fix proves it's stability in 2.1.1, it will be merged back to 2.0.3 which will be the base for the next release: 2.0.4. Yes, that would be necessary. A fix for 4922 is essencial. We used the GNU linker on win32 for years and it

Re: [fpc-pascal] Internal linker status

2006-04-01 Thread Sasa Zeman
If you want to work with development code i think it is better to find out it yourself what is going wrong. For me it works on all development systems that i use. The issue 4922 has nothing todo with the internal linker which is still under development and not ready for public use. In

Re: [fpc-pascal] Internal linker status

2006-04-01 Thread Florian Klaempfl
Sasa Zeman wrote: If you want to work with development code i think it is better to find out it yourself what is going wrong. For me it works on all development systems that i use. The issue 4922 has nothing todo with the internal linker which is still under development and not ready for

Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Sasa Zeman
Basic linking for win32 works Thank you for information. Allowing compiler declatarion of INTERNALLINKER in fpcdefs.inc and recompiling the latest SVN revision (linker branches) is not enough to use it. Please provide exact steps in order to use internal linker. Sasa -- www.szutils.net

Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Marco van de Voort
Basic linking for win32 works Thank you for information. Allowing compiler declatarion of INTERNALLINKER in fpcdefs.inc and recompiling the latest SVN revision (linker branches) is not enough to use it. Please provide exact steps in order to use internal linker. commandline flag -Xi

Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Vincent Snijders
Sasa Zeman schreef: Basic linking for win32 works Thank you for information. Allowing compiler declatarion of INTERNALLINKER in fpcdefs.inc and recompiling the latest SVN revision (linker branches) is not enough to use it. Please provide exact steps in order to use internal linker. All

Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Peter Vreman
Allowing compiler declatarion of INTERNALLINKER in fpcdefs.inc and recompiling the latest SVN revision (linker branches) is not enough to use it. Please provide exact steps in order to use internal linker. All you need to do to test the internal linker is pass the -Xi to compiler. So:

Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Sasa Zeman
commandline flag -Xi Thank you. This information is not available with compiler options help list. Sasa -- www.szutils.net ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Sasa Zeman
Please provide exact steps what you did to detect that it is not used. 1. Download the latest SVN revision from http://svn.freepascal.org/svn/fpc/branches/linker/ (revision 3065 if I remeber correctly) and trunk FPC update as well 2. After I compared current trunk and branch version I have

Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Peter Vreman
Please provide exact steps what you did to detect that it is not used. 1. Download the latest SVN revision from http://svn.freepascal.org/svn/fpc/branches/linker/ (revision 3065 if I remeber correctly) and trunk FPC update as well 2. After I compared current trunk and branch version I have

Re: [fpc-pascal] Internal linker status

2006-03-29 Thread Sasa Zeman
If you want to work with development code i think it is better to find out it yourself what is going wrong. For me it works on all development systems that i use. If would I have a time to look at souce code, I would gladly become developer member. However, my spare time is quite limited. And

Re: [fpc-pascal] Internal linker status

2006-03-28 Thread Peter Vreman
What is the current states of internal linker developing? Basic linking for win32 works ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal