Re: Re[2]: [fpc-pascal] BUG: FPC must not expect main for shared library

2008-11-21 Thread Jonas Maebe
On 21 Nov 2008, at 19:34, KES wrote: JM> On 21 Nov 2008, at 18:04, KES wrote: I think FPC must not expect 'main' entry point JM> The "main" of an FPC shared library contains the code to run the JM> initialisation routines of all units used by the library. The label of JM> this code is ho

Re[2]: [fpc-pascal] BUG: FPC must not expect main for shared library

2008-11-21 Thread KES
Здравствуйте, Jonas. Вы писали 21 ноября 2008 г., 19:19:33: JM> On 21 Nov 2008, at 18:04, KES wrote: >> I think FPC must not expect 'main' entry point JM> The "main" of an FPC shared library contains the code to run the JM> initialisation routines of all units used by the library. The label

Re: [fpc-pascal] BUG: FPC must not expect main for shared library

2008-11-21 Thread Jonas Maebe
On 21 Nov 2008, at 18:04, KES wrote: I think FPC must not expect 'main' entry point The "main" of an FPC shared library contains the code to run the initialisation routines of all units used by the library. The label of this code is however not called "main" (I can't remember that it ever

[fpc-pascal] BUG: FPC must not expect main for shared library

2008-11-21 Thread KES
Здравствуйте, Michael. Вы писали 17 ноября 2008 г., 12:01:39: MVC> On Sun, 16 Nov 2008, KES wrote: >> MVC>> loading library failed testudf.so: cannot open shared object file: No >> such file or directory >> >> MVC>> Of course, you must correct the names. >> >> MVC>> Michael. >> >> K> home