Re: [lazarus] Dynamic Library on Linux??

2006-05-31 Thread David Nicolás Abdala
Sorry for the dalay in answering, was stuck in something else. I didn't have to try compiling in the command line again, It just start working ¿?, probably due to te fact that I'm logged with other user, maybe that there are more applications running? Thanks anyway, I know for the next time.

Re: [lazarus] Dynamic Library on Linux??

2006-05-24 Thread Michael Van Canneyt
On Tue, 23 May 2006, David Nicolás Abdala wrote: Sorry for what I'm going to write, but.. when I try to doit from the command line (with ld ¿rigth?) I get a lot of 'unknown reference', and really don't know wich directory to point at.. You'll have to send a more complete list of errors for

Re: [lazarus] Dynamic Library on Linux??

2006-05-24 Thread Vincent Snijders
Michael Van Canneyt schreef: On Tue, 23 May 2006, David Nicolás Abdala wrote: Sorry for what I'm going to write, but.. when I try to doit from the command line (with ld ¿rigth?) I get a lot of 'unknown reference', and really don't know wich directory to point at.. You'll have to send a

[lazarus] Dynamic Library on Linux??

2006-05-23 Thread David Nicolás Abdala
Hi, all I can't access the lazarus site (the forum nor the mailing list archives), and can't find any information relate to how to load libraries in linux. I'm trying to make a dynamic library under Linux but I get the .o generated not the .so The project (only the main unit) compiles without

Re: [lazarus] Dynamic Library on Linux??

2006-05-23 Thread Michael Van Canneyt
On Tue, 23 May 2006, David Nicolás Abdala wrote: Hi, all I can't access the lazarus site (the forum nor the mailing list archives), and can't find any information relate to how to load libraries in linux. I'm trying to make a dynamic library under Linux but I get the .o generated not the

Re: [lazarus] Dynamic Library on Linux??

2006-05-23 Thread David Nicolás Abdala
Is possible to develop dynamic libraries for Linux with Lazarus?? If the answer is Yes (have my fingers cross!!) How do I load them?? (I can't find the dlopen, or equivalent, function). - dlopen and friends are in dynlibs unit (only called loadlibrary etc). - to create library you must

Re: [lazarus] Dynamic Library on Linux??

2006-05-23 Thread Michael Van Canneyt
On Tue, 23 May 2006, David Nicolás Abdala wrote: Is possible to develop dynamic libraries for Linux with Lazarus?? If the answer is Yes (have my fingers cross!!) How do I load them?? (I can't find the dlopen, or equivalent, function). - dlopen and friends are in dynlibs unit (only

Re: [lazarus] Dynamic Library on Linux??

2006-05-23 Thread David Nicolás Abdala
Sorry for what I'm going to write, but.. when I try to doit from the command line (with ld ¿rigth?) I get a lot of 'unknown reference', and really don't know wich directory to point at.. I'm not use to command line stuff, if there is a better way I'll try. By the way, when I 'Build' the project,