Ais-tools installation problem

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 installation sequence : ./configure ; make
The configure worked perfectly without any error, but on the “make” I
got
the following :

$ make
make all-recursive
make[1]: Entering directory
/usr/src/gnuradio-3.1.1/gnuradio-examples/python/AI S/ais-tools-gnuradio-1.0.1' Making all in config make[2]: Entering directory /usr/src/gnuradio-3.1.1/gnuradio-examples/python/AI
S/ais-tools-gnuradio-1.0.1/config’
make[2]: Nothing to be done for all'. make[2]: Leaving directory /usr/src/gnuradio-3.1.1/gnuradio-examples/python/AIS
/ais-tools-gnuradio-1.0.1/config’
Making all in src
make[2]: Entering directory
/usr/src/gnuradio-3.1.1/gnuradio-examples/python/AI S/ais-tools-gnuradio-1.0.1/src' Making all in lib make[3]: Entering directory /usr/src/gnuradio-3.1.1/gnuradio-examples/python/AI
S/ais-tools-gnuradio-1.0.1/src/lib’
make all-am
make[4]: Entering directory
/usr/src/gnuradio-3.1.1/gnuradio-examples/python/AI S/ais-tools-gnuradio-1.0.1/src/lib' make[4]: Nothing to be done for all-am’.
make[4]: Leaving directory
/usr/src/gnuradio-3.1.1/gnuradio-examples/python/AIS /ais-tools-gnuradio-1.0.1/src/lib' make[3]: Leaving directory /usr/src/gnuradio-3.1.1/gnuradio-examples/python/AIS
/ais-tools-gnuradio-1.0.1/src/lib’
Making all in python
make[3]: Entering directory
/usr/src/gnuradio-3.1.1/gnuradio-examples/python/AI S/ais-tools-gnuradio-1.0.1/src/python' make[3]: Nothing to be done for all’.
make[3]: Leaving directory
/usr/src/gnuradio-3.1.1/gnuradio-examples/python/AIS /ais-tools-gnuradio-1.0.1/src/python' make[3]: Entering directory /usr/src/gnuradio-3.1.1/gnuradio-examples/python/AI
S/ais-tools-gnuradio-1.0.1/src’
/bin/sh …/libtool --tag=CXX --mode=link g++ -g -O2 -Wall
-Woverloaded-virtual
-o aisgearthserver.exe gearth.o -lmysqlclient -lm -L/usr/local/lib
-lgnuradi
o-core -lfftw3f -lm -lgromnithread
g++ -g -O2 -Wall -Woverloaded-virtual -o aisgearthserver.exe gearth.o
-lmysqlcl
ient -L/usr/local/lib /usr/local/lib/libgnuradio-core.dll.a
/usr/local/lib/libff
tw3f.dll.a /usr/local/lib/libgromnithread.dll.a -lwinmm -L/usr/local/lib
-L/usr/
local/lib
/usr/lib/gcc/i686-pc-cygwin/3.4.4/…/…/…/…/i686-pc-cygwin/bin/ld:
cannot
find
-lmysqlclient
collect2: ld returned 1 exit status
make[3]: *** [aisgearthserver.exe] Error 1
make[3]: Leaving directory
/usr/src/gnuradio-3.1.1/gnuradio-examples/python/AIS /ais-tools-gnuradio-1.0.1/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory /usr/src/gnuradio-3.1.1/gnuradio-examples/python/AIS
/ais-tools-gnuradio-1.0.1/src’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/usr/src/gnuradio-3.1.1/gnuradio-examples/python/AIS
/ais-tools-gnuradio-1.0.1’
make: *** [all] Error 2

Where does the problem come from and how can I solve it?
[1] - Automatic Identification System (AIS) using GNU Radio - Fun With Electronics

Thanks,

Irene


View this message in context:
http://www.nabble.com/ais-tools-installation-problem-tp16678654p16678654.html
Sent from the GnuRadio mailing list archive at Nabble.com.

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 haven’t heard from the author as yet.

I have installed mysql-3.23.43.
I have run the standard installation sequence : ./configure ; make
The configure worked perfectly without any error, but on the “make” I got
the following :
[snip]
make[3]: Entering directory
`/usr/src/gnuradio-3.1.1/gnuradio-examples/python/AIS/ais-tools-gnuradio-1.0.1/src’
/bin/sh …/libtool --tag=CXX --mode=link g++ -g -O2 -Wall -Woverloaded-virtual
-o aisgearthserver.exe gearth.o -lmysqlclient -lm -L/usr/local/lib
-lgnuradio-core -lfftw3f -lm -lgromnithread

The above is the libtool command (reformatted). it does some fancy bs,
and executes the command below.

g++ -g -O2 -Wall -Woverloaded-virtual -o aisgearthserver.exe gearth.o
-lmysqlclient -L/usr/local/lib /usr/local/lib/libgnuradio-core.dll.a

/usr/local/lib/libfftw3f.dll.a /usr/local/lib/libgromnithread.dll.a
-lwinmm -L/usr/local/lib -L/usr/local/lib
/usr/lib/gcc/i686-pc-cygwin/3.4.4/…/…/…/…/i686-pc-cygwin/bin/ld:
cannot find -lmysqlclient
collect2: ld returned 1 exit status

The error is here. ^^^ (reformatted) It can’t find libmysqlclient. I’m
not sure how to resolve that on Cygwin… It’s most likely a path
problem. Do a search of your root filesystem for libmysqlclient* (it’s
most likely in /usr/lib/mysql/ or /usr/local/lib/mysql/). Once you find
it add ‘-L/path/to/mysql’ to your LDFLAGS.

Once you get that far, the fun becomes guessing the table format he
used, since he never spells it out… :wink:

hth,

Jason.

[1] - Automatic Identification System (AIS) using GNU Radio - Fun With Electronics
[2] - http://article.gmane.org/gmane.comp.gnu.radio.general/15372

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
make check-TESTS
make[1]: Entering directory
`/usr/src/gnuradio-3.1.1/gnuradio-examples/python/AI
S/ais-tools-gnuradio-1.0.1/src/python’
Traceback (most recent call last):
File “./qa_howto.py”, line 24, in
import ais
File
“/usr/src/gnuradio-3.1.1/gnuradio-examples/python/AIS/ais-tools-gnuradio-
1.0.1/src/lib/ais.py”, line 6, in
import _ais
ImportError: No module named _ais
FAIL: run_tests

1 of 1 tests failed

make[1]: *** [check-TESTS] Error 1
make[1]: Leaving directory
`/usr/src/gnuradio-3.1.1/gnuradio-examples/python/AIS
/ais-tools-gnuradio-1.0.1/src/python’
make: *** [check-am] Error 2

When comparing with the gr-howto-write-a-block-3.0.4 example I noticed
that
_howto.dll and _howto.dll.a files were created in the src\lib.libs
directory, while as in ais-tools-gnuradio-1.0.1\src\lib.libs I found no
file with a dll extension (a _ais.a file exists). Can this be the
problem?
Why wasn’t this file created? gr-howto-write-a-block-3.0.4 and
ais-tools-gnuradio-1.0.1 Makefiles are almost the same (except for file
names) and ais.i is pretty much like howto.i too.


View this message in context:
http://www.nabble.com/ais-tools-installation-problem-tp16678654p16718848.html
Sent from the GnuRadio mailing list archive at Nabble.com.

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 have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libmysqlclient and none of the candidates passed a file format
test
*** using a file magic. Last file checked:
/usr/lib/python2.5/config/libpython2.
5.dll.a

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module _ais. Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.

So there is still a problem with libmysqlclient. I have libmysqlclient.a
and
libmysqlclient.la in /usr/local/lib/mysql. What does “linker path does
not
have real file for library -lmysqlclient” mean?

I guess the second warning explains why no ‘_ais.dll’ file was created
and
why I got the error above when I tried to do make check. How can I solve
this problem? May I also have some precisions on –dlopen flag?

Thank you for your help!

[3] http://www.nabble.com/file/p16722570/MakeOutput.txt MakeOutput.txt


View this message in context:
http://www.nabble.com/ais-tools-installation-problem-tp16678654p16722570.html
Sent from the GnuRadio mailing list archive at Nabble.com.

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 there is no libmysqlclient.dll. I run ./configure, make and
make install with no problem but I noticed the following message:

Libraries have been installed in:
/usr/local/lib/mysql

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use `-LLIBDIR’
flag during linking and do at least one of the following:

  • add LIBDIR to the `PATH’ environment variable
    during execution
  • add LIBDIR to the `LD_RUN_PATH’ environment variable
    during linking
  • use the `-Wl,–rpath -Wl,LIBDIR’ linker flag

I don’t really understand what must be done to link against the
libraries. I
just added
AM_LDFLAGS=“-L/usr/local/lib/mysql”
to the Makefile, did I miss something?
When should the libmysqlclient.dll file have been created? The only
files
that were generated are libmysqlclient.a and libmysqlclient.la. What is
the
difference between .dll, .a and .la files? Which files are required for
the
library libmysqlclient to work? While searching for solutions I’ve read
about dynamic linking, shared libraries, dynamic and static libraries…
all
this is still confusing for me so if someone doesn’t mind giving some
explanations I’ll appreciate.

Thanks!

Irene


View this message in context:
http://www.nabble.com/ais-tools-installation-problem-tp16678654p16742463.html
Sent from the GnuRadio mailing list archive at Nabble.com.

irene159 wrote:

test
and
libmysqlclient.la in /usr/local/lib/mysql. What does “linker path does not
have real file for library -lmysqlclient” mean?

It is looking for libmysqlclient.dll but couldn’t find it, so it built a
static library (which is useless) instead.

– Don W.

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?
The point is there is no libmysqlclient.dll. I run ./configure, make and
make install with no problem

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 need to
specify
“–enable-shared --disable-static” on your ./configure. Look carefully
in
the output of ./configure and you should be able to find where it says
if it
is building shared or static libraries.

– Don W.

irene159 wrote:

Don W. 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 need to specify
“–enable-shared --disable-static” on your ./configure. Look carefully in
the output of ./configure and you should be able to find where it says if
it
is building shared or static libraries.

loading cache ./config.cache
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.

Don W. wrote:

– Don W.

Hi,
I do have the “–enable-share” compiling option:

$ ./configure --help
Usage: configure [options] [host]
Options: [defaults in brackets after descriptions]
…
Features and packages:
–enable-shared[=PKGS] build shared libraries [default=yes]

Even though the default is “yes” when running ./configure

$ ./configure
loading cache ./config.cache
…
checking dynamic linker characteristics… Win32 ld.exe
checking if libtool supports shared libraries… yes
checking if package supports dlls… no
checking whether to build shared libraries… no
checking whether to build static libraries… yes
checking for objdir… .libs
creating libtool
loading cache ./config.cache
…

I am completely lost, any ideas?

Thanks,

Irene


View this message in context:
http://www.nabble.com/ais-tools-installation-problem-tp16678654p16807471.html
Sent from the GnuRadio mailing list archive at Nabble.com.

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
Usage: configure [options] [host]
Options: [defaults in brackets after descriptions]
Configuration:
–cache-file=FILE cache test results in FILE
–help print this message
–no-create do not create output files
–quiet, --silent do not print `checking…’ messages
–version print the version of autoconf that created
configure
Directory and file names:
–prefix=PREFIX install architecture-independent files in
PREFIX
[/usr/local]
–exec-prefix=EPREFIX install architecture-dependent files in
EPREFIX
[same as prefix]
–bindir=DIR user executables in DIR [EPREFIX/bin]
–sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
–libexecdir=DIR program executables in DIR [EPREFIX/libexec]
–datadir=DIR read-only architecture-independent data in DIR
[PREFIX/share]
–sysconfdir=DIR read-only single-machine data in DIR
[PREFIX/etc]
–sharedstatedir=DIR modifiable architecture-independent data in
DIR
[PREFIX/com]
–localstatedir=DIR modifiable single-machine data in DIR
[PREFIX/var]
–libdir=DIR object code libraries in DIR [EPREFIX/lib]
–includedir=DIR C header files in DIR [PREFIX/include]
–oldincludedir=DIR C header files for non-gcc in DIR
[/usr/include]
–infodir=DIR info documentation in DIR [PREFIX/info]
–mandir=DIR man documentation in DIR [PREFIX/man]
–srcdir=DIR find the sources in DIR [configure dir or …]
–program-prefix=PREFIX prepend PREFIX to installed program names
–program-suffix=SUFFIX append SUFFIX to installed program names
–program-transform-name=PROGRAM
run sed PROGRAM on installed program names
Host type:
–build=BUILD configure for building on BUILD [BUILD=HOST]
–host=HOST configure for HOST [guessed]
–target=TARGET configure for TARGET [TARGET=HOST]
Features and packages:
–disable-FEATURE do not include FEATURE (same as
–enable-FEATURE=no)
–enable-FEATURE[=ARG] include FEATURE [ARG=yes]
–with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
–without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
–x-includes=DIR X include files are in DIR
–x-libraries=DIR X library files are in DIR
–enable and --with options recognized:
–enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual
installer
–enable-shared[=PKGS] build shared libraries [default=yes]
–enable-static[=PKGS] build static libraries [default=yes]
–enable-fast-install[=PKGS] optimize for fast installation
[default=yes]
–with-gnu-ld assume the C compiler uses GNU ld [default=no]
–disable-libtool-lock avoid locking (might break parallel builds)
–with-other-libc=/path/to/other/libc/dir Link against libc and other
standard
libraries installed in the specified non-standard location overriding
default. O
riginally added to be able to link against glibc 2.2 without making the
user
upg
rade the standard libc installation
–with-server-suffix Append value to the version string.
–with-mit-threads Always use included thread lib.
–with-pthread Force use of pthread library.
–with-named-thread-libs=ARG
Use specified thread libraries instead of
those automatically found by configure.
–with-named-curses-libs=ARG
Use specified curses libraries instead of
those automatically found by configure.
–with-named-z-libs=ARG
Use specified zlib libraries instead of
those automatically found by configure.
–enable-thread-safe-client
Compile the client with threads.
–enable-assembler Use assembler versions of some string
functions if available.
–with-raid Enable RAID Support
–with-unix-socket-path=SOCKET
Where to put the unix-domain socket. SOCKET
must
be
an absolute file name.
–with-tcp-port=port-number
Which port to use for MySQL services (default
3306)
–with-mysqld-user=username
What user the mysqld daemon shall be run as.
–disable-largefile Omit support for large files
–with-libwrap[=DIR] Compile in libwrap (tcp_wrappers) support
–without-debug Build a production version without debugging
code
–with-mysqld-ldflags Extra linking arguments for mysqld
–with-client-ldflags Extra linking arguments for clients
–with-low-memory Try to use less memory to compile to avoid
memory limitations.
–with-comment Comment about compilation environment.
–without-server Only build the client.
–without-docs Skip building of the documentation.
–without-bench Skip building of the benchmark suite.
–without-readline Use system readline instead of bundled copy.
–with-charset=CHARSET Use CHARSET by default (one of: big5 cp1251
cp1257
croat czech danish dec8 dos estonia euc_kr
gb2312
gbk
german1 greek hebrew hp8 hungarian koi8_ru
koi8_ukr
latin1 latin2 latin5 swe7 usa7 win1250
win1251ukr
ujis sjis tis620; Default is latin1)
–with-extra-charsets=CHARSET[,CHARSET,…]
Use charsets in addition to default (none,
complex,
all, or a list selected from the above sets)
–with-berkeley-db[=DIR]
Use BerkeleyDB located in DIR
–with-berkeley-db-includes=DIR
Find Berkeley DB headers in DIR
–with-berkeley-db-libs=DIR
Find Berkeley DB libraries in DIR
–with-innodb Use Innodb
–with-gemini[=DIR] Use Gemini DB located in DIR

Where do I have to look to see from where this is coming?

I have installed mysql-3.23.43 for Linux, but when I ran into this
problem I
also tried installing a windows version but libraries don’t have the
same
names there is no “libmysqlclient” but “mysqlclient.lib”. Do I need a
Windows or a Linux version with Cygwin?

Could the problem come from the mysql version?

I am really stucked, thanks for your help,
Irene


View this message in context:
http://www.nabble.com/ais-tools-installation-problem-tp16678654p16824727.html
Sent from the GnuRadio mailing list archive at Nabble.com.

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
Usage: configure [options] [host]
Options: [defaults in brackets after descriptions]
Configuration:
–cache-file=FILE cache test results in FILE
–help print this message
–no-create do not create output files
–quiet, --silent do not print `checking…’ messages
–version print the version of autoconf that created
configure
Directory and file names:
–prefix=PREFIX install architecture-independent files in
PREFIX
[/usr/local]
–exec-prefix=EPREFIX install architecture-dependent files in
EPREFIX
[same as prefix]
–bindir=DIR user executables in DIR [EPREFIX/bin]
–sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
–libexecdir=DIR program executables in DIR [EPREFIX/libexec]
–datadir=DIR read-only architecture-independent data in DIR
[PREFIX/share]
–sysconfdir=DIR read-only single-machine data in DIR
[PREFIX/etc]
–sharedstatedir=DIR modifiable architecture-independent data in
DIR
[PREFIX/com]
–localstatedir=DIR modifiable single-machine data in DIR
[PREFIX/var]
–libdir=DIR object code libraries in DIR [EPREFIX/lib]
–includedir=DIR C header files in DIR [PREFIX/include]
–oldincludedir=DIR C header files for non-gcc in DIR
[/usr/include]
–infodir=DIR info documentation in DIR [PREFIX/info]
–mandir=DIR man documentation in DIR [PREFIX/man]
–srcdir=DIR find the sources in DIR [configure dir or …]
–program-prefix=PREFIX prepend PREFIX to installed program names
–program-suffix=SUFFIX append SUFFIX to installed program names
–program-transform-name=PROGRAM
run sed PROGRAM on installed program names
Host type:
–build=BUILD configure for building on BUILD [BUILD=HOST]
–host=HOST configure for HOST [guessed]
–target=TARGET configure for TARGET [TARGET=HOST]
Features and packages:
–disable-FEATURE do not include FEATURE (same as
–enable-FEATURE=no)
–enable-FEATURE[=ARG] include FEATURE [ARG=yes]
–with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
–without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
–x-includes=DIR X include files are in DIR
–x-libraries=DIR X library files are in DIR
–enable and --with options recognized:
–enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual
installer
–enable-shared[=PKGS] build shared libraries [default=yes]
–enable-static[=PKGS] build static libraries [default=yes]
–enable-fast-install[=PKGS] optimize for fast installation
[default=yes]
–with-gnu-ld assume the C compiler uses GNU ld [default=no]
–disable-libtool-lock avoid locking (might break parallel builds)
–with-other-libc=/path/to/other/libc/dir Link against libc and other
standard
libraries installed in the specified non-standard location overriding
default. O
riginally added to be able to link against glibc 2.2 without making the
user
upg
rade the standard libc installation
–with-server-suffix Append value to the version string.
–with-mit-threads Always use included thread lib.
–with-pthread Force use of pthread library.
–with-named-thread-libs=ARG
Use specified thread libraries instead of
those automatically found by configure.
–with-named-curses-libs=ARG
Use specified curses libraries instead of
those automatically found by configure.
–with-named-z-libs=ARG
Use specified zlib libraries instead of
those automatically found by configure.
–enable-thread-safe-client
Compile the client with threads.
–enable-assembler Use assembler versions of some string
functions if available.
–with-raid Enable RAID Support
–with-unix-socket-path=SOCKET
Where to put the unix-domain socket. SOCKET
must
be
an absolute file name.
–with-tcp-port=port-number
Which port to use for MySQL services (default
3306)
–with-mysqld-user=username
What user the mysqld daemon shall be run as.
–disable-largefile Omit support for large files
–with-libwrap[=DIR] Compile in libwrap (tcp_wrappers) support
–without-debug Build a production version without debugging
code
–with-mysqld-ldflags Extra linking arguments for mysqld
–with-client-ldflags Extra linking arguments for clients
–with-low-memory Try to use less memory to compile to avoid
memory limitations.
–with-comment Comment about compilation environment.
–without-server Only build the client.
–without-docs Skip building of the documentation.
–without-bench Skip building of the benchmark suite.
–without-readline Use system readline instead of bundled copy.
–with-charset=CHARSET Use CHARSET by default (one of: big5 cp1251
cp1257
croat czech danish dec8 dos estonia euc_kr
gb2312
gbk
german1 greek hebrew hp8 hungarian koi8_ru
koi8_ukr
latin1 latin2 latin5 swe7 usa7 win1250
win1251ukr
ujis sjis tis620; Default is latin1)
–with-extra-charsets=CHARSET[,CHARSET,…]
Use charsets in addition to default (none,
complex,
all, or a list selected from the above sets)
–with-berkeley-db[=DIR]
Use BerkeleyDB located in DIR
–with-berkeley-db-includes=DIR
Find Berkeley DB headers in DIR
–with-berkeley-db-libs=DIR
Find Berkeley DB libraries in DIR
–with-innodb Use Innodb
–with-gemini[=DIR] Use Gemini DB located in DIR

Where do I have to look to see from where this is coming?

I have installed mysql-3.23.43 for Linux, but when I ran into this
problem I
also tried installing a windows version but libraries don’t have the
same
names there is no “libmysqlclient” but “mysqlclient.lib”. Do I need a
Windows or a Linux version with Cygwin?

Could the problem come from the mysql version?

I am really stucked, thanks for your help,
Irene


View this message in context:
http://www.nabble.com/ais-tools-installation-problem-tp16678654p16824729.html
Sent from the GnuRadio mailing list archive at Nabble.com.

irene159 wrote:

No, I didn’t see any option concerning dll, options available are:

Where do I have to look to see from where this is coming?

I have installed mysql-3.23.43 for Linux, but when I ran into this problem I
also tried installing a windows version but libraries don’t have the same
names there is no “libmysqlclient” but “mysqlclient.lib”. Do I need a
Windows or a Linux version with Cygwin?

Could the problem come from the mysql version?

I would suggest trying the latest version of mysql. Also, have a look
at this page [1] and see if that helps. I’ll admit, Windows is a bit
out of my league… :slight_smile:

Jason.

[1] -
http://dev.mysql.com/doc/refman/5.0/en/windows-client-compiling.html

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 suggest you seek
further assistance in a MySQL and/or Cygwin related forum.


Johnathan C.
Corgan Enterprises LLC
http://corganenterprises.com/