Re: [Discuss-gnuradio] ais-tools installation problem

2008-04-22 Thread Johnathan Corgan
On Tue, Apr 22, 2008 at 8:39 AM, irene159 <[EMAIL PROTECTED]> wrote: > I am really stucked, thanks for your help, While I understand that what you are dealing with originally began with a GNU Radio related program installation, the topic has drifted from the main purpose of this mailing list. I

Re: [Discuss-gnuradio] ais-tools installation problem

2008-04-22 Thread Jason
irene159 wrote: In the output of './configure --help' are there any options regarding dll's? I think this line is what is fouling you up: > checking if package supports dlls... no hth, Jason. No, I didn't see any option concerning dll, options available are: ... Where do I have to look

Re: [Discuss-gnuradio] ais-tools installation problem

2008-04-22 Thread irene159
> In the output of './configure --help' are there any options regarding > dll's? I think this line is what is fouling you up: > > > checking if package supports dlls... no > > hth, > > Jason. > No, I didn't see any option concerning dll, options available are: $ ./configure --help Usag

Re: [Discuss-gnuradio] ais-tools installation problem

2008-04-22 Thread irene159
> In the output of './configure --help' are there any options regarding > dll's? I think this line is what is fouling you up: > > > checking if package supports dlls... no > > hth, > > Jason. > No, I didn't see any option concerning dll, options available are: $ ./configure --help Usag

Re: [Discuss-gnuradio] ais-tools installation problem

2008-04-21 Thread Jason
irene159 wrote: Don Ward wrote: Try "./configure --help" (in your mysql directory) and see if you have options like --enable-static, --enable-shared, --disable-static, and/or --disable-shared. Depending on the defaults, to build a shared library (a *.dll file on Windows---what you need) you m

Re: [Discuss-gnuradio] ais-tools installation problem

2008-04-21 Thread irene159
Don Ward wrote: > > Try "./configure --help" (in your mysql directory) and see if you have > options like --enable-static, --enable-shared, --disable-static, > and/or --disable-shared. Depending on the defaults, to build a shared > library (a *.dll file on Windows---what you need) you may n

Re: [Discuss-gnuradio] ais-tools installation problem

2008-04-17 Thread Don Ward
irene159 wrote: Well I downloaded mysql-3.23.43, I am not sure I’ve done the right choice. I did do some Internet research before installing it and that’s when I realized that there are many problems with mysql running on Cygwin although this version was said to work. Can somebody confirm? Th

Re: [Discuss-gnuradio] ais-tools installation problem

2008-04-17 Thread irene159
Hello, Well I downloaded mysql-3.23.43, I am not sure I’ve done the right choice. I did do some Internet research before installing it and that’s when I realized that there are many problems with mysql running on Cygwin although this version was said to work. Can somebody confirm? The point is th

Re: [Discuss-gnuradio] ais-tools installation problem

2008-04-16 Thread Don Ward
irene159 wrote: I just noticed that I missed some things on the make output [3], specially: *** Warning: linker path does not have real file for library -lmysqlclient. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do t

Re: [Discuss-gnuradio] ais-tools installation problem

2008-04-16 Thread irene159
Hello, I just noticed that I missed some things on the make output [3], specially: *** Warning: linker path does not have real file for library -lmysqlclient. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you ha

Re: [Discuss-gnuradio] ais-tools installation problem

2008-04-16 Thread irene159
Hello, You were right; I got the problem solved by adding AM_LDFLAGS="-L/usr/local/lib/mysql" to ais-tools-gnuradio-1.0.1\src\Makefile.am. The ./configure and the make seem to run fine now but when I use make check in ais-tools-gnuradio-1.0.1\src\Python I get the following error: $ make check m

Re: [Discuss-gnuradio] ais-tools installation problem

2008-04-14 Thread Jason
irene159 wrote: Hello, I would like to run ais-tools-gnuradio-1.0.1 [1] on Cygwin. Can somebody please give me the installation procedure? Are there any requirements to be considered before running the application (specially concerning Google Earth or DB)? I ask about this a bit ago [2] and hav

[Discuss-gnuradio] ais-tools installation problem

2008-04-14 Thread irene159
Hello, I would like to run ais-tools-gnuradio-1.0.1 [1] on Cygwin. Can somebody please give me the installation procedure? Are there any requirements to be considered before running the application (specially concerning Google Earth or DB)? I have installed mysql-3.23.43. I have run the standard i