Re: Option to get Thesaurus

2005-01-28 Thread Jean-Marc Lasgouttes
 Paul == Paul Smith [EMAIL PROTECTED] writes:

Paul On Thu, 27 Jan 2005 17:05:33 -0500, Michael Wojcik
Paul [EMAIL PROTECTED] wrote:
 My understanding of one of Jean-Marc's comments in this thread was
 that he only just now fixed the configure script to note that
 Aiksaurus had been found during configuration.

Paul You are right, Michael: Jean-Marc said so. However, he is not
Paul right, apparently. In fact, after having made the symbolic link
Paul suggested by you, I proceeded with make and make install, and
Paul the final result was successful, i.e., Aiksaurus was finally
Paul made available inside LyX. In spite of this fact, no mention to
Paul Aiksaurus was made at the end of the command configure.

The change of the output of the configure command has been done in
1.3.6cvs and 1.4.0cvs. Is this what you are using? 

If you do have access to cvs, there is some testing that I would like
you to do (I do not have aiksaurus here). Basically, I think we do not
need libbz2 to make it work. Could you try a patch if I produced one?

JMarc


Re: Option to get Thesaurus

2005-01-28 Thread Paul Smith
On Fri, 28 Jan 2005 10:02:39 +0100, Jean-Marc Lasgouttes
[EMAIL PROTECTED] wrote:
 The change of the output of the configure command has been done in
 1.3.6cvs and 1.4.0cvs. Is this what you are using?
 
 If you do have access to cvs, there is some testing that I would like
 you to do (I do not have aiksaurus here). Basically, I think we do not
 need libbz2 to make it work. Could you try a patch if I produced one?

Jean-Marc,

I am using LyX 1.3.5. However, I can try your package if you tell me
how to get the 1.3.6cvs version of LyX. (I can get the 1.4.0cvs from
ftp.sylvan.com, but not the 1.3.6cvs.)

Regards,

Paul


Re: Option to get Thesaurus

2005-01-28 Thread Jean-Marc Lasgouttes
 Paul == Paul Smith [EMAIL PROTECTED] writes:

Paul I am using LyX 1.3.5. However, I can try your package if you
Paul tell me how to get the 1.3.6cvs version of LyX. (I can get the
Paul 1.4.0cvs from ftp.sylvan.com, but not the 1.3.6cvs.)

OK, in 1.3.5, find in config/confgure.ac the bit of code that reads:

AC_ARG_WITH(aiksaurus,
  [  --without-aiksaurus do not use the Aiksaurus library],
  [lyx_use_aiksaurus=$withval])
if test x$lyx_use_aiksaurus != xno; then
AC_CHECK_LIB(Aiksaurus, main,
[AC_DEFINE(HAVE_LIBAIKSAURUS,1,[Define this if you have the AikSaurus 
library])
 AIKSAURUS_LIBS=-lAiksaurus -lbz2
],,-lbz2)

Replace the last line with
])

[this means that we think aiksaurus does not need the libbz2 library
to operate]

Then run ./autoconf.sh and the configure as usual. Does it (still)
work?

JMarc


Re: Option to get Thesaurus

2005-01-28 Thread Paul Smith
On Fri, 28 Jan 2005 15:43:38 +0100, Jean-Marc Lasgouttes
[EMAIL PROTECTED] wrote:
 Then run ./autoconf.sh and the configure as usual. Does it (still)
 work?

There is no ./autoconf.sh, Jean-Marc. Do you mean ./autogen.sh?

Paul


Re: Option to get Thesaurus

2005-01-28 Thread Jean-Marc Lasgouttes
 Paul == Paul Smith [EMAIL PROTECTED] writes:

Paul On Fri, 28 Jan 2005 15:43:38 +0100, Jean-Marc Lasgouttes
Paul [EMAIL PROTECTED] wrote:
 Then run ./autoconf.sh and the configure as usual. Does it (still)
 work?

Paul There is no ./autoconf.sh, Jean-Marc. Do you mean ./autogen.sh?

Yes, sorry.

JMarc


Re: Option to get Thesaurus

2005-01-28 Thread Michael Wojcik
Paul Smith wrote:
In fact, after having made the symbolic link suggested by
you, I proceeded with make and make install, and the final result was
successful, i.e., Aiksaurus was finally made available inside LyX. In
spite of this fact, no mention to Aiksaurus was made at the end of the
command configure.
Glad to hear it.
I've done a draft Wiki Tips page for this hint:
http://wiki.lyx.org/pmwiki.php/Playground/MwojcikWikiSandbox
If there are no objections, I'll try adding it to the Tips section. 
(This is my first Wiki piece, so I thought I'd give the experts a chance 
to glance over it first.)

I can also do a Tip for my Windows lyx2lyx.cmd hack.
--
Michael Wojcik


Re: Option to get Thesaurus

2005-01-28 Thread Paul Smith
On Fri, 28 Jan 2005 15:43:38 +0100, Jean-Marc Lasgouttes
[EMAIL PROTECTED] wrote:
 OK, in 1.3.5, find in config/confgure.ac the bit of code that reads:
 
 AC_ARG_WITH(aiksaurus,
   [  --without-aiksaurus do not use the Aiksaurus library],
   [lyx_use_aiksaurus=$withval])
 if test x$lyx_use_aiksaurus != xno; then
 AC_CHECK_LIB(Aiksaurus, main,
 [AC_DEFINE(HAVE_LIBAIKSAURUS,1,[Define this if you have the AikSaurus 
 library])
  AIKSAURUS_LIBS=-lAiksaurus -lbz2
 ],,-lbz2)
 
 Replace the last line with
 ])
 
 [this means that we think aiksaurus does not need the libbz2 library
 to operate]
 
 Then run ./autoconf.sh and the configure as usual. Does it (still)
 work?

Jean-Marc,

I did as you suggested and it worked, i.e., Aiksaurus has been made
available inside LyX.

Regards,

Paul


Re: Option to get Thesaurus

2005-01-28 Thread Jean-Marc Lasgouttes
 Paul == Paul Smith [EMAIL PROTECTED] writes:

Paul I did as you suggested and it worked, i.e., Aiksaurus has been
Paul made available inside LyX.

Thanks for the testing. I will do this change then.

JMarc


Re: Option to get Thesaurus

2005-01-28 Thread Jean-Marc Lasgouttes
 Paul == Paul Smith [EMAIL PROTECTED] writes:

Paul On Thu, 27 Jan 2005 17:05:33 -0500, Michael Wojcik
Paul [EMAIL PROTECTED] wrote:
 My understanding of one of Jean-Marc's comments in this thread was
 that he only just now fixed the configure script to note that
 Aiksaurus had been found during configuration.

Paul You are right, Michael: Jean-Marc said so. However, he is not
Paul right, apparently. In fact, after having made the symbolic link
Paul suggested by you, I proceeded with make and make install, and
Paul the final result was successful, i.e., Aiksaurus was finally
Paul made available inside LyX. In spite of this fact, no mention to
Paul Aiksaurus was made at the end of the command configure.

The change of the output of the configure command has been done in
1.3.6cvs and 1.4.0cvs. Is this what you are using? 

If you do have access to cvs, there is some testing that I would like
you to do (I do not have aiksaurus here). Basically, I think we do not
need libbz2 to make it work. Could you try a patch if I produced one?

JMarc


Re: Option to get Thesaurus

2005-01-28 Thread Paul Smith
On Fri, 28 Jan 2005 10:02:39 +0100, Jean-Marc Lasgouttes
[EMAIL PROTECTED] wrote:
 The change of the output of the configure command has been done in
 1.3.6cvs and 1.4.0cvs. Is this what you are using?
 
 If you do have access to cvs, there is some testing that I would like
 you to do (I do not have aiksaurus here). Basically, I think we do not
 need libbz2 to make it work. Could you try a patch if I produced one?

Jean-Marc,

I am using LyX 1.3.5. However, I can try your package if you tell me
how to get the 1.3.6cvs version of LyX. (I can get the 1.4.0cvs from
ftp.sylvan.com, but not the 1.3.6cvs.)

Regards,

Paul


Re: Option to get Thesaurus

2005-01-28 Thread Jean-Marc Lasgouttes
 Paul == Paul Smith [EMAIL PROTECTED] writes:

Paul I am using LyX 1.3.5. However, I can try your package if you
Paul tell me how to get the 1.3.6cvs version of LyX. (I can get the
Paul 1.4.0cvs from ftp.sylvan.com, but not the 1.3.6cvs.)

OK, in 1.3.5, find in config/confgure.ac the bit of code that reads:

AC_ARG_WITH(aiksaurus,
  [  --without-aiksaurus do not use the Aiksaurus library],
  [lyx_use_aiksaurus=$withval])
if test x$lyx_use_aiksaurus != xno; then
AC_CHECK_LIB(Aiksaurus, main,
[AC_DEFINE(HAVE_LIBAIKSAURUS,1,[Define this if you have the AikSaurus 
library])
 AIKSAURUS_LIBS=-lAiksaurus -lbz2
],,-lbz2)

Replace the last line with
])

[this means that we think aiksaurus does not need the libbz2 library
to operate]

Then run ./autoconf.sh and the configure as usual. Does it (still)
work?

JMarc


Re: Option to get Thesaurus

2005-01-28 Thread Paul Smith
On Fri, 28 Jan 2005 15:43:38 +0100, Jean-Marc Lasgouttes
[EMAIL PROTECTED] wrote:
 Then run ./autoconf.sh and the configure as usual. Does it (still)
 work?

There is no ./autoconf.sh, Jean-Marc. Do you mean ./autogen.sh?

Paul


Re: Option to get Thesaurus

2005-01-28 Thread Jean-Marc Lasgouttes
 Paul == Paul Smith [EMAIL PROTECTED] writes:

Paul On Fri, 28 Jan 2005 15:43:38 +0100, Jean-Marc Lasgouttes
Paul [EMAIL PROTECTED] wrote:
 Then run ./autoconf.sh and the configure as usual. Does it (still)
 work?

Paul There is no ./autoconf.sh, Jean-Marc. Do you mean ./autogen.sh?

Yes, sorry.

JMarc


Re: Option to get Thesaurus

2005-01-28 Thread Michael Wojcik
Paul Smith wrote:
In fact, after having made the symbolic link suggested by
you, I proceeded with make and make install, and the final result was
successful, i.e., Aiksaurus was finally made available inside LyX. In
spite of this fact, no mention to Aiksaurus was made at the end of the
command configure.
Glad to hear it.
I've done a draft Wiki Tips page for this hint:
http://wiki.lyx.org/pmwiki.php/Playground/MwojcikWikiSandbox
If there are no objections, I'll try adding it to the Tips section. 
(This is my first Wiki piece, so I thought I'd give the experts a chance 
to glance over it first.)

I can also do a Tip for my Windows lyx2lyx.cmd hack.
--
Michael Wojcik


Re: Option to get Thesaurus

2005-01-28 Thread Paul Smith
On Fri, 28 Jan 2005 15:43:38 +0100, Jean-Marc Lasgouttes
[EMAIL PROTECTED] wrote:
 OK, in 1.3.5, find in config/confgure.ac the bit of code that reads:
 
 AC_ARG_WITH(aiksaurus,
   [  --without-aiksaurus do not use the Aiksaurus library],
   [lyx_use_aiksaurus=$withval])
 if test x$lyx_use_aiksaurus != xno; then
 AC_CHECK_LIB(Aiksaurus, main,
 [AC_DEFINE(HAVE_LIBAIKSAURUS,1,[Define this if you have the AikSaurus 
 library])
  AIKSAURUS_LIBS=-lAiksaurus -lbz2
 ],,-lbz2)
 
 Replace the last line with
 ])
 
 [this means that we think aiksaurus does not need the libbz2 library
 to operate]
 
 Then run ./autoconf.sh and the configure as usual. Does it (still)
 work?

Jean-Marc,

I did as you suggested and it worked, i.e., Aiksaurus has been made
available inside LyX.

Regards,

Paul


Re: Option to get Thesaurus

2005-01-28 Thread Jean-Marc Lasgouttes
 Paul == Paul Smith [EMAIL PROTECTED] writes:

Paul I did as you suggested and it worked, i.e., Aiksaurus has been
Paul made available inside LyX.

Thanks for the testing. I will do this change then.

JMarc


Re: Option to get Thesaurus

2005-01-28 Thread Jean-Marc Lasgouttes
> "Paul" == Paul Smith <[EMAIL PROTECTED]> writes:

Paul> On Thu, 27 Jan 2005 17:05:33 -0500, Michael Wojcik
Paul> <[EMAIL PROTECTED]> wrote:
>> My understanding of one of Jean-Marc's comments in this thread was
>> that he only just now fixed the configure script to note that
>> Aiksaurus had been found during configuration.

Paul> You are right, Michael: Jean-Marc said so. However, he is not
Paul> right, apparently. In fact, after having made the symbolic link
Paul> suggested by you, I proceeded with make and make install, and
Paul> the final result was successful, i.e., Aiksaurus was finally
Paul> made available inside LyX. In spite of this fact, no mention to
Paul> Aiksaurus was made at the end of the command configure.

The change of the output of the configure command has been done in
1.3.6cvs and 1.4.0cvs. Is this what you are using? 

If you do have access to cvs, there is some testing that I would like
you to do (I do not have aiksaurus here). Basically, I think we do not
need libbz2 to make it work. Could you try a patch if I produced one?

JMarc


Re: Option to get Thesaurus

2005-01-28 Thread Paul Smith
On Fri, 28 Jan 2005 10:02:39 +0100, Jean-Marc Lasgouttes
<[EMAIL PROTECTED]> wrote:
> The change of the output of the configure command has been done in
> 1.3.6cvs and 1.4.0cvs. Is this what you are using?
> 
> If you do have access to cvs, there is some testing that I would like
> you to do (I do not have aiksaurus here). Basically, I think we do not
> need libbz2 to make it work. Could you try a patch if I produced one?

Jean-Marc,

I am using LyX 1.3.5. However, I can try your package if you tell me
how to get the 1.3.6cvs version of LyX. (I can get the 1.4.0cvs from
ftp.sylvan.com, but not the 1.3.6cvs.)

Regards,

Paul


Re: Option to get Thesaurus

2005-01-28 Thread Jean-Marc Lasgouttes
> "Paul" == Paul Smith <[EMAIL PROTECTED]> writes:

Paul> I am using LyX 1.3.5. However, I can try your package if you
Paul> tell me how to get the 1.3.6cvs version of LyX. (I can get the
Paul> 1.4.0cvs from ftp.sylvan.com, but not the 1.3.6cvs.)

OK, in 1.3.5, find in config/confgure.ac the bit of code that reads:

AC_ARG_WITH(aiksaurus,
  [  --without-aiksaurus do not use the Aiksaurus library],
  [lyx_use_aiksaurus=$withval])
if test x$lyx_use_aiksaurus != xno; then
AC_CHECK_LIB(Aiksaurus, main,
[AC_DEFINE(HAVE_LIBAIKSAURUS,1,[Define this if you have the AikSaurus 
library])
 AIKSAURUS_LIBS="-lAiksaurus -lbz2"
],,"-lbz2")

Replace the last line with
])

[this means that we think aiksaurus does not need the libbz2 library
to operate]

Then run ./autoconf.sh and the configure as usual. Does it (still)
work?

JMarc


Re: Option to get Thesaurus

2005-01-28 Thread Paul Smith
On Fri, 28 Jan 2005 15:43:38 +0100, Jean-Marc Lasgouttes
<[EMAIL PROTECTED]> wrote:
> Then run ./autoconf.sh and the configure as usual. Does it (still)
> work?

There is no ./autoconf.sh, Jean-Marc. Do you mean ./autogen.sh?

Paul


Re: Option to get Thesaurus

2005-01-28 Thread Jean-Marc Lasgouttes
> "Paul" == Paul Smith <[EMAIL PROTECTED]> writes:

Paul> On Fri, 28 Jan 2005 15:43:38 +0100, Jean-Marc Lasgouttes
Paul> <[EMAIL PROTECTED]> wrote:
>> Then run ./autoconf.sh and the configure as usual. Does it (still)
>> work?

Paul> There is no ./autoconf.sh, Jean-Marc. Do you mean ./autogen.sh?

Yes, sorry.

JMarc


Re: Option to get Thesaurus

2005-01-28 Thread Michael Wojcik
Paul Smith wrote:
In fact, after having made the symbolic link suggested by
you, I proceeded with make and make install, and the final result was
successful, i.e., Aiksaurus was finally made available inside LyX. In
spite of this fact, no mention to Aiksaurus was made at the end of the
command configure.
Glad to hear it.
I've done a draft Wiki Tips page for this hint:
http://wiki.lyx.org/pmwiki.php/Playground/MwojcikWikiSandbox
If there are no objections, I'll try adding it to the Tips section. 
(This is my first Wiki piece, so I thought I'd give the experts a chance 
to glance over it first.)

I can also do a Tip for my Windows lyx2lyx.cmd hack.
--
Michael Wojcik


Re: Option to get Thesaurus

2005-01-28 Thread Paul Smith
On Fri, 28 Jan 2005 15:43:38 +0100, Jean-Marc Lasgouttes
<[EMAIL PROTECTED]> wrote:
> OK, in 1.3.5, find in config/confgure.ac the bit of code that reads:
> 
> AC_ARG_WITH(aiksaurus,
>   [  --without-aiksaurus do not use the Aiksaurus library],
>   [lyx_use_aiksaurus=$withval])
> if test x$lyx_use_aiksaurus != xno; then
> AC_CHECK_LIB(Aiksaurus, main,
> [AC_DEFINE(HAVE_LIBAIKSAURUS,1,[Define this if you have the AikSaurus 
> library])
>  AIKSAURUS_LIBS="-lAiksaurus -lbz2"
> ],,"-lbz2")
> 
> Replace the last line with
> ])
> 
> [this means that we think aiksaurus does not need the libbz2 library
> to operate]
> 
> Then run ./autoconf.sh and the configure as usual. Does it (still)
> work?

Jean-Marc,

I did as you suggested and it worked, i.e., Aiksaurus has been made
available inside LyX.

Regards,

Paul


Re: Option to get Thesaurus

2005-01-28 Thread Jean-Marc Lasgouttes
> "Paul" == Paul Smith <[EMAIL PROTECTED]> writes:

Paul> I did as you suggested and it worked, i.e., Aiksaurus has been
Paul> made available inside LyX.

Thanks for the testing. I will do this change then.

JMarc


Re: Option to get Thesaurus

2005-01-27 Thread Michael Wojcik
Jean-Marc Lasgouttes wrote:
Paul == Paul Smith [EMAIL PROTECTED] writes:
There is something I do not understand: you have
Paul $ locate bz | grep lib | grep -v libz
[...]
Paul /usr/lib/libbz2.so.1
Paul /usr/lib/libbz2.so.1.0.0 

whereas your config.log says:
configure:5506: checking for main in -lAiksaurus
configure:5531: g++ -o conftest -O   conftest.cc -lAiksaurus -lbz2 -lc -lm  5
/usr/bin/ld: cannot find -lbz2
collect2: ld returned 1 exit status
Can someone tell me how come libbz2 is not found?
Does Paul have a /usr/lib/libbz2.so, with no version extension?  -lbz2 
won't resolve to /usr/lib/libbz2.so.1 without one, will it? 
(/usr/lib/libbz2.so should be a symlink to /usr/lib/libbz2.so.1.0.0)

That's the standard mechanism with SVR4 shared object versioning: 
/usr/lib contains one or more versions of the library with version 
extensions, plus a symbolic link from the no-version name to the version 
that should be used for programs being linked against that library.  ld 
opens the .so through the symlink, gets its embedded version 
information, and records it in the binary, so that ldd knows which 
version to dynamically link into the process at startup.  So ldd wants 
the filenames with suffixed version numbers, but ld wants them with no 
suffix.

Presumably, the fix would be to create the missing symlink:
su root ln -s libbz2.so.1.0.0 /usr/lib/libbz2.so
but I haven't tried this myself.
--
Michael Wojcik


Re: Option to get Thesaurus

2005-01-27 Thread Paul Smith
On Thu, 27 Jan 2005 09:23:48 -0500, Michael Wojcik [EMAIL PROTECTED] wrote:
 Jean-Marc Lasgouttes wrote:
  There is something I do not understand: you have
 
  Paul $ locate bz | grep lib | grep -v libz
  [...]
  Paul /usr/lib/libbz2.so.1
  Paul /usr/lib/libbz2.so.1.0.0
 
  whereas your config.log says:
  configure:5506: checking for main in -lAiksaurus
  configure:5531: g++ -o conftest -O   conftest.cc -lAiksaurus -lbz2 -lc -lm  
  5
  /usr/bin/ld: cannot find -lbz2
  collect2: ld returned 1 exit status
 
  Can someone tell me how come libbz2 is not found?
 
 Does Paul have a /usr/lib/libbz2.so, with no version extension?  -lbz2
 won't resolve to /usr/lib/libbz2.so.1 without one, will it?
 (/usr/lib/libbz2.so should be a symlink to /usr/lib/libbz2.so.1.0.0)
 
 That's the standard mechanism with SVR4 shared object versioning:
 /usr/lib contains one or more versions of the library with version
 extensions, plus a symbolic link from the no-version name to the version
 that should be used for programs being linked against that library.  ld
 opens the .so through the symlink, gets its embedded version
 information, and records it in the binary, so that ldd knows which
 version to dynamically link into the process at startup.  So ldd wants
 the filenames with suffixed version numbers, but ld wants them with no
 suffix.
 
 Presumably, the fix would be to create the missing symlink:
 
 su root ln -s libbz2.so.1.0.0 /usr/lib/libbz2.so
 
 but I haven't tried this myself.

Thanks, Michael, but, apparently, it does not solve the problem, as after 

su root ln -s libbz2.so.1.0.0 /usr/lib/libbz2.so

the configure command gives the following:

Configuration
  Host type:  i686-pc-linux-gnu
  Special build flags:use-pspell
  C   Compiler:   gcc
  C   Compiler flags: -g -O2
  C++ Compiler:   g++ (3.4.1)
  C++ Compiler flags: -O
  Linker flags:
  Frontend:   qt
Qt version:   3.3.3
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx

and, as it can be confirmed above, no mention to Aiksaurus.

Regards,

Paul


Re: Option to get Thesaurus

2005-01-27 Thread Michael Wojcik
Paul Smith wrote:
On Thu, 27 Jan 2005 09:23:48 -0500, Michael Wojcik [EMAIL PROTECTED] wrote:
Presumably, the fix would be to create the missing symlink:
   su root ln -s libbz2.so.1.0.0 /usr/lib/libbz2.so
but I haven't tried this myself.

Thanks, Michael, but, apparently, it does not solve the problem, as after 

su root ln -s libbz2.so.1.0.0 /usr/lib/libbz2.so
the configure command gives the following:
Configuration
  Host type:  i686-pc-linux-gnu
  Special build flags:use-pspell
  C   Compiler:   gcc
  C   Compiler flags: -g -O2
  C++ Compiler:   g++ (3.4.1)
  C++ Compiler flags: -O
  Linker flags:
  Frontend:   qt
Qt version:   3.3.3
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx
and, as it can be confirmed above, no mention to Aiksaurus.
My understanding of one of Jean-Marc's comments in this thread was that 
he only just now fixed the configure script to note that Aiksaurus had 
been found during configuration.

I'd check config.log to see if you had errors regarding bzip2.  It may 
be that creating the symbolic link wasn't sufficient; you might need a 
bzip2 development package (probably called bzip2-devel or some such) in 
order to get required headers and so forth.

At any rate, I should have been clearer: what I meant by the fix was 
the fix for -lbz2 failing.  Whether that would permit the LyX 
configure to decide it could include Aiksaurus support I couldn't guess 
without further research.

I haven't looked at configuring for Aiksaurus, or indeed configuing the 
LyX build at all; at the moment I'm only using it on Windows.  (That was 
the easiest platform for me to try it out with initially, and so far 
it's working fine, so I haven't bothered putting it on Linux yet.)  And 
I'm not a big fan of the computerized thesaurus (or its evil cousin the 
spelling-checker) anyway, to be honest, so it's unlikely that I'd have 
pursued this for my own purposes.

--
Michael Wojcik


Re: Option to get Thesaurus

2005-01-27 Thread Paul Smith
On Thu, 27 Jan 2005 17:05:33 -0500, Michael Wojcik [EMAIL PROTECTED] wrote:
 My understanding of one of Jean-Marc's comments in this thread was that
 he only just now fixed the configure script to note that Aiksaurus had
 been found during configuration.

You are right, Michael: Jean-Marc said so. However, he is not right,
apparently. In fact, after having made the symbolic link suggested by
you, I proceeded with make and make install, and the final result was
successful, i.e., Aiksaurus was finally made available inside LyX. In
spite of this fact, no mention to Aiksaurus was made at the end of the
command configure.

Regards,

Paul


Re: Option to get Thesaurus

2005-01-27 Thread John O'Gorman
Paul Smith wrote:
On Thu, 27 Jan 2005 17:05:33 -0500, Michael Wojcik [EMAIL PROTECTED] wrote:
My understanding of one of Jean-Marc's comments in this thread was that
he only just now fixed the configure script to note that Aiksaurus had
been found during configuration.
You are right, Michael: Jean-Marc said so. However, he is not right,
apparently. In fact, after having made the symbolic link suggested by
you, I proceeded with make and make install, and the final result was
successful, i.e., Aiksaurus was finally made available inside LyX. 
How do you invoke Aiksaurus from within LyX (when it IS available)?
John O'Gorman
In
spite of this fact, no mention to Aiksaurus was made at the end of the
command configure.
Regards,
Paul





Re: Option to get Thesaurus

2005-01-27 Thread Paul Smith
On Fri, 28 Jan 2005 20:33:29 +1300, John O'Gorman
[EMAIL PROTECTED] wrote:
  You are right, Michael: Jean-Marc said so. However, he is not right,
  apparently. In fact, after having made the symbolic link suggested by
  you, I proceeded with make and make install, and the final result was
  successful, i.e., Aiksaurus was finally made available inside LyX.
 
 How do you invoke Aiksaurus from within LyX (when it IS available)?

Put the cursor at the chosen word; then press shift+F7 and window with
the synonyms should pop up.

Paul


Re: Option to get Thesaurus

2005-01-27 Thread Michael Wojcik
Jean-Marc Lasgouttes wrote:
Paul == Paul Smith [EMAIL PROTECTED] writes:
There is something I do not understand: you have
Paul $ locate bz | grep lib | grep -v libz
[...]
Paul /usr/lib/libbz2.so.1
Paul /usr/lib/libbz2.so.1.0.0 

whereas your config.log says:
configure:5506: checking for main in -lAiksaurus
configure:5531: g++ -o conftest -O   conftest.cc -lAiksaurus -lbz2 -lc -lm  5
/usr/bin/ld: cannot find -lbz2
collect2: ld returned 1 exit status
Can someone tell me how come libbz2 is not found?
Does Paul have a /usr/lib/libbz2.so, with no version extension?  -lbz2 
won't resolve to /usr/lib/libbz2.so.1 without one, will it? 
(/usr/lib/libbz2.so should be a symlink to /usr/lib/libbz2.so.1.0.0)

That's the standard mechanism with SVR4 shared object versioning: 
/usr/lib contains one or more versions of the library with version 
extensions, plus a symbolic link from the no-version name to the version 
that should be used for programs being linked against that library.  ld 
opens the .so through the symlink, gets its embedded version 
information, and records it in the binary, so that ldd knows which 
version to dynamically link into the process at startup.  So ldd wants 
the filenames with suffixed version numbers, but ld wants them with no 
suffix.

Presumably, the fix would be to create the missing symlink:
su root ln -s libbz2.so.1.0.0 /usr/lib/libbz2.so
but I haven't tried this myself.
--
Michael Wojcik


Re: Option to get Thesaurus

2005-01-27 Thread Paul Smith
On Thu, 27 Jan 2005 09:23:48 -0500, Michael Wojcik [EMAIL PROTECTED] wrote:
 Jean-Marc Lasgouttes wrote:
  There is something I do not understand: you have
 
  Paul $ locate bz | grep lib | grep -v libz
  [...]
  Paul /usr/lib/libbz2.so.1
  Paul /usr/lib/libbz2.so.1.0.0
 
  whereas your config.log says:
  configure:5506: checking for main in -lAiksaurus
  configure:5531: g++ -o conftest -O   conftest.cc -lAiksaurus -lbz2 -lc -lm  
  5
  /usr/bin/ld: cannot find -lbz2
  collect2: ld returned 1 exit status
 
  Can someone tell me how come libbz2 is not found?
 
 Does Paul have a /usr/lib/libbz2.so, with no version extension?  -lbz2
 won't resolve to /usr/lib/libbz2.so.1 without one, will it?
 (/usr/lib/libbz2.so should be a symlink to /usr/lib/libbz2.so.1.0.0)
 
 That's the standard mechanism with SVR4 shared object versioning:
 /usr/lib contains one or more versions of the library with version
 extensions, plus a symbolic link from the no-version name to the version
 that should be used for programs being linked against that library.  ld
 opens the .so through the symlink, gets its embedded version
 information, and records it in the binary, so that ldd knows which
 version to dynamically link into the process at startup.  So ldd wants
 the filenames with suffixed version numbers, but ld wants them with no
 suffix.
 
 Presumably, the fix would be to create the missing symlink:
 
 su root ln -s libbz2.so.1.0.0 /usr/lib/libbz2.so
 
 but I haven't tried this myself.

Thanks, Michael, but, apparently, it does not solve the problem, as after 

su root ln -s libbz2.so.1.0.0 /usr/lib/libbz2.so

the configure command gives the following:

Configuration
  Host type:  i686-pc-linux-gnu
  Special build flags:use-pspell
  C   Compiler:   gcc
  C   Compiler flags: -g -O2
  C++ Compiler:   g++ (3.4.1)
  C++ Compiler flags: -O
  Linker flags:
  Frontend:   qt
Qt version:   3.3.3
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx

and, as it can be confirmed above, no mention to Aiksaurus.

Regards,

Paul


Re: Option to get Thesaurus

2005-01-27 Thread Michael Wojcik
Paul Smith wrote:
On Thu, 27 Jan 2005 09:23:48 -0500, Michael Wojcik [EMAIL PROTECTED] wrote:
Presumably, the fix would be to create the missing symlink:
   su root ln -s libbz2.so.1.0.0 /usr/lib/libbz2.so
but I haven't tried this myself.

Thanks, Michael, but, apparently, it does not solve the problem, as after 

su root ln -s libbz2.so.1.0.0 /usr/lib/libbz2.so
the configure command gives the following:
Configuration
  Host type:  i686-pc-linux-gnu
  Special build flags:use-pspell
  C   Compiler:   gcc
  C   Compiler flags: -g -O2
  C++ Compiler:   g++ (3.4.1)
  C++ Compiler flags: -O
  Linker flags:
  Frontend:   qt
Qt version:   3.3.3
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx
and, as it can be confirmed above, no mention to Aiksaurus.
My understanding of one of Jean-Marc's comments in this thread was that 
he only just now fixed the configure script to note that Aiksaurus had 
been found during configuration.

I'd check config.log to see if you had errors regarding bzip2.  It may 
be that creating the symbolic link wasn't sufficient; you might need a 
bzip2 development package (probably called bzip2-devel or some such) in 
order to get required headers and so forth.

At any rate, I should have been clearer: what I meant by the fix was 
the fix for -lbz2 failing.  Whether that would permit the LyX 
configure to decide it could include Aiksaurus support I couldn't guess 
without further research.

I haven't looked at configuring for Aiksaurus, or indeed configuing the 
LyX build at all; at the moment I'm only using it on Windows.  (That was 
the easiest platform for me to try it out with initially, and so far 
it's working fine, so I haven't bothered putting it on Linux yet.)  And 
I'm not a big fan of the computerized thesaurus (or its evil cousin the 
spelling-checker) anyway, to be honest, so it's unlikely that I'd have 
pursued this for my own purposes.

--
Michael Wojcik


Re: Option to get Thesaurus

2005-01-27 Thread Paul Smith
On Thu, 27 Jan 2005 17:05:33 -0500, Michael Wojcik [EMAIL PROTECTED] wrote:
 My understanding of one of Jean-Marc's comments in this thread was that
 he only just now fixed the configure script to note that Aiksaurus had
 been found during configuration.

You are right, Michael: Jean-Marc said so. However, he is not right,
apparently. In fact, after having made the symbolic link suggested by
you, I proceeded with make and make install, and the final result was
successful, i.e., Aiksaurus was finally made available inside LyX. In
spite of this fact, no mention to Aiksaurus was made at the end of the
command configure.

Regards,

Paul


Re: Option to get Thesaurus

2005-01-27 Thread John O'Gorman
Paul Smith wrote:
On Thu, 27 Jan 2005 17:05:33 -0500, Michael Wojcik [EMAIL PROTECTED] wrote:
My understanding of one of Jean-Marc's comments in this thread was that
he only just now fixed the configure script to note that Aiksaurus had
been found during configuration.
You are right, Michael: Jean-Marc said so. However, he is not right,
apparently. In fact, after having made the symbolic link suggested by
you, I proceeded with make and make install, and the final result was
successful, i.e., Aiksaurus was finally made available inside LyX. 
How do you invoke Aiksaurus from within LyX (when it IS available)?
John O'Gorman
In
spite of this fact, no mention to Aiksaurus was made at the end of the
command configure.
Regards,
Paul





Re: Option to get Thesaurus

2005-01-27 Thread Paul Smith
On Fri, 28 Jan 2005 20:33:29 +1300, John O'Gorman
[EMAIL PROTECTED] wrote:
  You are right, Michael: Jean-Marc said so. However, he is not right,
  apparently. In fact, after having made the symbolic link suggested by
  you, I proceeded with make and make install, and the final result was
  successful, i.e., Aiksaurus was finally made available inside LyX.
 
 How do you invoke Aiksaurus from within LyX (when it IS available)?

Put the cursor at the chosen word; then press shift+F7 and window with
the synonyms should pop up.

Paul


Re: Option to get Thesaurus

2005-01-27 Thread Michael Wojcik
Jean-Marc Lasgouttes wrote:
"Paul" == Paul Smith <[EMAIL PROTECTED]> writes:
There is something I do not understand: you have
Paul> $ locate bz | grep lib | grep -v libz
[...]
Paul> /usr/lib/libbz2.so.1
Paul> /usr/lib/libbz2.so.1.0.0 

whereas your config.log says:
configure:5506: checking for main in -lAiksaurus
configure:5531: g++ -o conftest -O   conftest.cc -lAiksaurus -lbz2 -lc -lm  >&5
/usr/bin/ld: cannot find -lbz2
collect2: ld returned 1 exit status
Can someone tell me how come libbz2 is not found?
Does Paul have a /usr/lib/libbz2.so, with no version extension?  -lbz2 
won't resolve to /usr/lib/libbz2.so.1 without one, will it? 
(/usr/lib/libbz2.so should be a symlink to /usr/lib/libbz2.so.1.0.0)

That's the standard mechanism with SVR4 shared object versioning: 
/usr/lib contains one or more versions of the library with version 
extensions, plus a symbolic link from the no-version name to the version 
that should be used for programs being linked against that library.  ld 
opens the .so through the symlink, gets its embedded version 
information, and records it in the binary, so that ldd knows which 
version to dynamically link into the process at startup.  So ldd wants 
the filenames with suffixed version numbers, but ld wants them with no 
suffix.

Presumably, the fix would be to create the missing symlink:
su root ln -s libbz2.so.1.0.0 /usr/lib/libbz2.so
but I haven't tried this myself.
--
Michael Wojcik


Re: Option to get Thesaurus

2005-01-27 Thread Paul Smith
On Thu, 27 Jan 2005 09:23:48 -0500, Michael Wojcik <[EMAIL PROTECTED]> wrote:
> Jean-Marc Lasgouttes wrote:
> > There is something I do not understand: you have
> >
> > Paul> $ locate bz | grep lib | grep -v libz
> > [...]
> > Paul> /usr/lib/libbz2.so.1
> > Paul> /usr/lib/libbz2.so.1.0.0
> >
> > whereas your config.log says:
> > configure:5506: checking for main in -lAiksaurus
> > configure:5531: g++ -o conftest -O   conftest.cc -lAiksaurus -lbz2 -lc -lm  
> > >&5
> > /usr/bin/ld: cannot find -lbz2
> > collect2: ld returned 1 exit status
> >
> > Can someone tell me how come libbz2 is not found?
> 
> Does Paul have a /usr/lib/libbz2.so, with no version extension?  -lbz2
> won't resolve to /usr/lib/libbz2.so.1 without one, will it?
> (/usr/lib/libbz2.so should be a symlink to /usr/lib/libbz2.so.1.0.0)
> 
> That's the standard mechanism with SVR4 shared object versioning:
> /usr/lib contains one or more versions of the library with version
> extensions, plus a symbolic link from the no-version name to the version
> that should be used for programs being linked against that library.  ld
> opens the .so through the symlink, gets its embedded version
> information, and records it in the binary, so that ldd knows which
> version to dynamically link into the process at startup.  So ldd wants
> the filenames with suffixed version numbers, but ld wants them with no
> suffix.
> 
> Presumably, the fix would be to create the missing symlink:
> 
> su root ln -s libbz2.so.1.0.0 /usr/lib/libbz2.so
> 
> but I haven't tried this myself.

Thanks, Michael, but, apparently, it does not solve the problem, as after 

su root ln -s libbz2.so.1.0.0 /usr/lib/libbz2.so

the configure command gives the following:

Configuration
  Host type:  i686-pc-linux-gnu
  Special build flags:use-pspell
  C   Compiler:   gcc
  C   Compiler flags: -g -O2
  C++ Compiler:   g++ (3.4.1)
  C++ Compiler flags: -O
  Linker flags:
  Frontend:   qt
Qt version:   3.3.3
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx

and, as it can be confirmed above, no mention to Aiksaurus.

Regards,

Paul


Re: Option to get Thesaurus

2005-01-27 Thread Michael Wojcik
Paul Smith wrote:
On Thu, 27 Jan 2005 09:23:48 -0500, Michael Wojcik <[EMAIL PROTECTED]> wrote:
Presumably, the fix would be to create the missing symlink:
   su root ln -s libbz2.so.1.0.0 /usr/lib/libbz2.so
but I haven't tried this myself.

Thanks, Michael, but, apparently, it does not solve the problem, as after 

su root ln -s libbz2.so.1.0.0 /usr/lib/libbz2.so
the configure command gives the following:
Configuration
  Host type:  i686-pc-linux-gnu
  Special build flags:use-pspell
  C   Compiler:   gcc
  C   Compiler flags: -g -O2
  C++ Compiler:   g++ (3.4.1)
  C++ Compiler flags: -O
  Linker flags:
  Frontend:   qt
Qt version:   3.3.3
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx
and, as it can be confirmed above, no mention to Aiksaurus.
My understanding of one of Jean-Marc's comments in this thread was that 
he only just now fixed the configure script to note that Aiksaurus had 
been found during configuration.

I'd check config.log to see if you had errors regarding bzip2.  It may 
be that creating the symbolic link wasn't sufficient; you might need a 
bzip2 development package (probably called bzip2-devel or some such) in 
order to get required headers and so forth.

At any rate, I should have been clearer: what I meant by "the fix" was 
"the fix for -lbz2 failing".  Whether that would permit the LyX 
configure to decide it could include Aiksaurus support I couldn't guess 
without further research.

I haven't looked at configuring for Aiksaurus, or indeed configuing the 
LyX build at all; at the moment I'm only using it on Windows.  (That was 
the easiest platform for me to try it out with initially, and so far 
it's working fine, so I haven't bothered putting it on Linux yet.)  And 
I'm not a big fan of the computerized thesaurus (or its evil cousin the 
spelling-checker) anyway, to be honest, so it's unlikely that I'd have 
pursued this for my own purposes.

--
Michael Wojcik


Re: Option to get Thesaurus

2005-01-27 Thread Paul Smith
On Thu, 27 Jan 2005 17:05:33 -0500, Michael Wojcik <[EMAIL PROTECTED]> wrote:
> My understanding of one of Jean-Marc's comments in this thread was that
> he only just now fixed the configure script to note that Aiksaurus had
> been found during configuration.

You are right, Michael: Jean-Marc said so. However, he is not right,
apparently. In fact, after having made the symbolic link suggested by
you, I proceeded with make and make install, and the final result was
successful, i.e., Aiksaurus was finally made available inside LyX. In
spite of this fact, no mention to Aiksaurus was made at the end of the
command configure.

Regards,

Paul


Re: Option to get Thesaurus

2005-01-27 Thread John O'Gorman
Paul Smith wrote:
On Thu, 27 Jan 2005 17:05:33 -0500, Michael Wojcik <[EMAIL PROTECTED]> wrote:
My understanding of one of Jean-Marc's comments in this thread was that
he only just now fixed the configure script to note that Aiksaurus had
been found during configuration.
You are right, Michael: Jean-Marc said so. However, he is not right,
apparently. In fact, after having made the symbolic link suggested by
you, I proceeded with make and make install, and the final result was
successful, i.e., Aiksaurus was finally made available inside LyX. 
How do you invoke Aiksaurus from within LyX (when it IS available)?
John O'Gorman
In
spite of this fact, no mention to Aiksaurus was made at the end of the
command configure.
Regards,
Paul





Re: Option to get Thesaurus

2005-01-27 Thread Paul Smith
On Fri, 28 Jan 2005 20:33:29 +1300, John O'Gorman
<[EMAIL PROTECTED]> wrote:
> > You are right, Michael: Jean-Marc said so. However, he is not right,
> > apparently. In fact, after having made the symbolic link suggested by
> > you, I proceeded with make and make install, and the final result was
> > successful, i.e., Aiksaurus was finally made available inside LyX.
> 
> How do you invoke Aiksaurus from within LyX (when it IS available)?

Put the cursor at the chosen word; then press shift+F7 and window with
the synonyms should pop up.

Paul


Re: Option to get Thesaurus

2005-01-24 Thread Jean-Marc Lasgouttes
 Paul == Paul Smith [EMAIL PROTECTED] writes:

Paul Well, Jean-Marc, in spite of having libaiksaurus installed, I
Paul get the following:

Paul, Mark,

Thanks for your config.log files. It turns out that you boh suffer
from the same problem: our configure script thinks that libAikSaurus
requires the bzip2 library to operate. While the aiksaurus
documentation is a bit hard to find, I suspect that it is not needed
anymore.

Do you have the 'bzip2' (or maybe just bzip2-libs or something like
that) installed? 

JMarc


Re: Option to get Thesaurus

2005-01-24 Thread Paul Smith
On Mon, 24 Jan 2005 14:03:50 +0100, Jean-Marc Lasgouttes
[EMAIL PROTECTED] wrote:
 Do you have the 'bzip2' (or maybe just bzip2-libs or something like
 that) installed?

I think not, Jean-Marc, as the command

locate bzip | grep aurus

produces nothing as an output.

Paul


Re: Option to get Thesaurus

2005-01-24 Thread Angus Leeming
Paul Smith wrote:

 On Mon, 24 Jan 2005 14:03:50 +0100, Jean-Marc Lasgouttes
 [EMAIL PROTECTED] wrote:
 Do you have the 'bzip2' (or maybe just bzip2-libs or something like
 that) installed?
 
 I think not, Jean-Marc, as the command
 
 locate bzip | grep aurus
 
 produces nothing as an output.

Make that:

$ locate bz | grep lib | grep -v libz
/usr/lib/libbz2.so.1.0.2
/usr/lib/libbz2.so.1
[snip remaining output]

$ locate bz | grep bin
/usr/bin/bzip2recover
/usr/bin/bzcat
/usr/bin/bzcmp
/usr/bin/bzdiff
/usr/bin/bzgrep
/usr/bin/bzip2
/usr/bin/bzless
/usr/bin/bzmore

-- 
Angus



Re: Option to get Thesaurus

2005-01-24 Thread Jean-Marc Lasgouttes
 Paul == Paul Smith [EMAIL PROTECTED] writes:

Paul On Mon, 24 Jan 2005 14:03:50 +0100, Jean-Marc Lasgouttes
Paul [EMAIL PROTECTED] wrote:
 Do you have the 'bzip2' (or maybe just bzip2-libs or something like
 that) installed?

Paul I think not, Jean-Marc, as the command

Paul locate bzip | grep aurus

Try to install libbzip2_1.

JMarc


Re: Option to get Thesaurus

2005-01-24 Thread Paul Smith
On Mon, 24 Jan 2005 13:42:48 +, Angus Leeming [EMAIL PROTECTED] wrote:

Thanks, Angus.

 $ locate bz | grep lib | grep -v libz

$ locate bz | grep lib | grep -v libz
/usr/share/man/man8/cups-calibrate.8.bz2
/usr/share/man/man1/libnetcfg.1.bz2
/usr/share/man/man1/perlclib.1.bz2
/usr/share/man/man1/perlmodlib.1.bz2
/usr/share/man/man1/loadshlib.1.bz2
/usr/share/man/man1/ranlib.1.bz2
/usr/share/man/man1/glib-genmarshal.1.bz2
/usr/share/man/man1/glib-gettextize.1.bz2
/usr/share/man/man1/glib-mkenums.1.bz2
/usr/share/man/man5/libao.conf.5.bz2
/usr/share/man/man3/libblkid.3.bz2
/usr/share/man/man3/ExtUtils::testlib.3pm.bz2
/usr/share/man/man3/Net::libnetFAQ.3pm.bz2
/usr/share/man/man3/blib.3pm.bz2
/usr/share/man/man3/lib.3pm.bz2
/usr/share/man/man3/Glib::Object::Subclass.3pm.bz2
/usr/share/man/man3/libuuid.3.bz2
/usr/share/man/man3/mseclib.3.bz2
/usr/share/man/man3/Glib.3pm.bz2
/usr/share/man/man3/Glib::Boxed.3pm.bz2
/usr/share/man/man3/Glib::Error.3pm.bz2
/usr/share/man/man3/Glib::Flags.3pm.bz2
/usr/share/man/man3/Glib::GenPod.3pm.bz2
/usr/share/man/man3/Glib::Log.3pm.bz2
/usr/share/man/man3/Glib::MainLoop.3pm.bz2
/usr/share/man/man3/Glib::MakeHelper.3pm.bz2
/usr/share/man/man3/Glib::Object.3pm.bz2
/usr/share/man/man3/Glib::Param::Boolean.3pm.bz2
/usr/share/man/man3/Glib::Param::Double.3pm.bz2
/usr/share/man/man3/Glib::Param::Enum.3pm.bz2
/usr/share/man/man3/Glib::Param::Flags.3pm.bz2
/usr/share/man/man3/Glib::Param::Int.3pm.bz2
/usr/share/man/man3/Glib::Param::String.3pm.bz2
/usr/share/man/man3/Glib::Param::UInt.3pm.bz2
/usr/share/man/man3/Glib::ParamSpec.3pm.bz2
/usr/share/man/man3/Glib::ParseXSDoc.3pm.bz2
/usr/share/man/man3/Glib::Signal.3pm.bz2
/usr/share/man/man3/Glib::Type.3pm.bz2
/usr/share/man/man3/Glib::Utils.3pm.bz2
/usr/share/man/man3/Glib::devel.3pm.bz2
/usr/share/man/man3/Glib::index.3pm.bz2
/usr/share/man/man3/Glib::version.3pm.bz2
/usr/share/man/man3/Glib::xsapi.3pm.bz2
/usr/share/man/man3/libst.3.bz2
/usr/share/man/man3/Tk::demos::widget_lib::slide.3pm.bz2
/usr/share/man/man3/Tk::demos::widget_lib::trace2.3pm.bz2
/usr/share/man/man3/zlib.3.bz2
/usr/share/man/man3/libmng.3.bz2
/usr/share/man/man3/libpng.3.bz2
/usr/share/man/man3/libpngpf.3.bz2
/usr/share/man/man3/qlibrary.3qt.bz2
/usr/share/man/man3/libexpect.3.bz2
/usr/share/man/man7/libgg.7.bz2
/usr/share/man/man7/libgii.7.bz2
/usr/share/man/man7/display-svgalib.7.bz2
/usr/share/man/man7/libggi.7.bz2
/usr/share/man/mann/library.n.bz2
/usr/share/doc/libbzip2_1-1.0.2
/usr/share/doc/libbzip2_1-1.0.2/LICENSE
/usr/share/doc/libxpm4-devel-3.4k/xpm_examples.tar.bz2
/usr/share/info/libidn.info.bz2
/usr/share/info/libtool.info.bz2
/usr/share/info/xemacs/elib.info.bz2
/usr/lib/libbz2.so.1
/usr/lib/libbz2.so.1.0.0
/usr/lib/python2.3/lib-dynload/bz2.so
/usr/lib/kde3/kbzip2filter.la
/usr/lib/kde3/kbzip2filter.so
/usr/lib/gnome-vfs-2.0/modules/libbzip2.so
/usr/X11R6/man/man1/mergelib.1x.bz2


 $ locate bz | grep bin

$ locate bz | grep bin
/usr/share/man/man1/bind.1.bz2
/usr/share/man/man1/t1binary.1.bz2
/usr/share/man/man3/Tk::bind.3pm.bz2
/usr/share/man/man3/Tk::bindtags.3pm.bz2
/usr/share/man/man3/qaxbindable.3qt.bz2
/usr/share/man/mann/binary.n.bz2
/usr/share/man/mann/bind.n.bz2
/usr/share/man/mann/bindtags.n.bz2
/usr/share/man/mann/tk_bindForTraversal.n.bz2
/usr/share/info/binutils.info.bz2
/usr/share/info/gdbint.info.bz2
/usr/bin/bzip2recover
/usr/bin/bzcat
/usr/bin/bzdiff
/usr/bin/bzgrep
/usr/bin/bzip2
/usr/bin/bzless
/usr/bin/bzme
/usr/bin/bzmore
/usr/X11R6/man/man3/XRebindKeysym.3x.bz2
/usr/X11R6/man/man3/XShapeCombineMask.3x.bz2
/usr/X11R6/man/man3/XShapeCombineRectangles.3x.bz2
/usr/X11R6/man/man3/XShapeCombineRegion.3x.bz2
/usr/X11R6/man/man3/XShapeCombineShape.3x.bz2
/usr/X11R6/man/man3/XrmCombineDatabase.3x.bz2
/usr/X11R6/man/man3/XrmCombineFileDatabase.3x.bz2

Paul


Re: Option to get Thesaurus

2005-01-24 Thread Paul Smith
On Mon, 24 Jan 2005 14:44:38 +0100, Jean-Marc Lasgouttes
[EMAIL PROTECTED] wrote:
 Try to install libbzip2_1.

# urpmi libbzip2_1
Everything already installed

Paul


Re: Option to get Thesaurus

2005-01-24 Thread Jean-Marc Lasgouttes
 Paul == Paul Smith [EMAIL PROTECTED] writes:

There is something I do not understand: you have

Paul $ locate bz | grep lib | grep -v libz
[...]
Paul /usr/lib/libbz2.so.1
Paul /usr/lib/libbz2.so.1.0.0 

whereas your config.log says:
configure:5506: checking for main in -lAiksaurus
configure:5531: g++ -o conftest -O   conftest.cc -lAiksaurus -lbz2 -lc -lm  5
/usr/bin/ld: cannot find -lbz2
collect2: ld returned 1 exit status

Can someone tell me how come libbz2 is not found?

JMarc


Re: Option to get Thesaurus

2005-01-24 Thread hansel
bzip2 is installed, but there are no libraries (rpm -ql bzip2 identifies 
9 binaries, man files and documentation files).

I do not intend to use aiksaurus, so this is not a big issue.  
Interesting effort, lots of promise, but not ready for prime time! I open
Roget's in an emacs window and do a search for the word for which I want a
synonym. I also find it is extremely useful to have a good dictionary
(paper) handy and in my favorite work site, I have several within arms
length. Highly recommended.

Mark Hansel

On Mon, 24 Jan 2005, Jean-Marc Lasgouttes wrote:

  Paul == Paul Smith [EMAIL PROTECTED] writes:
 
 Paul Well, Jean-Marc, in spite of having libaiksaurus installed, I
 Paul get the following:
 
 Paul, Mark,
 
 Thanks for your config.log files. It turns out that you boh suffer
 from the same problem: our configure script thinks that libAikSaurus
 requires the bzip2 library to operate. While the aiksaurus
 documentation is a bit hard to find, I suspect that it is not needed
 anymore.
 
 Do you have the 'bzip2' (or maybe just bzip2-libs or something like
 that) installed? 


Re: Option to get Thesaurus

2005-01-24 Thread Jean-Marc Lasgouttes
 hansel == hansel  [EMAIL PROTECTED] writes:

hansel bzip2 is installed, but there are no libraries (rpm -ql bzip2
hansel identifies 9 binaries, man files and documentation files).

Yes, but I guess bzip2 depends on some bzip2-libs package of some
sort, which provides the library.

hansel I do not intend to use aiksaurus, so this is not a big issue.

Well, I do not use it (nor have it) either, but it is sad to have a
feature disappear for no reason.

JMarc


Re: Option to get Thesaurus

2005-01-24 Thread Paul Smith
On Mon, 24 Jan 2005 17:33:54 +0100, Jean-Marc Lasgouttes
[EMAIL PROTECTED] wrote:
 hansel bzip2 is installed, but there are no libraries (rpm -ql bzip2
 hansel identifies 9 binaries, man files and documentation files).
 
 Yes, but I guess bzip2 depends on some bzip2-libs package of some
 sort, which provides the library.

Maybe, it would be useful to look at how Abiword does, as Abiword uses
Aiksaurus.

Paul


Re: Option to get Thesaurus

2005-01-24 Thread Jean-Marc Lasgouttes
 Paul == Paul Smith [EMAIL PROTECTED] writes:

Paul Well, Jean-Marc, in spite of having libaiksaurus installed, I
Paul get the following:

Paul, Mark,

Thanks for your config.log files. It turns out that you boh suffer
from the same problem: our configure script thinks that libAikSaurus
requires the bzip2 library to operate. While the aiksaurus
documentation is a bit hard to find, I suspect that it is not needed
anymore.

Do you have the 'bzip2' (or maybe just bzip2-libs or something like
that) installed? 

JMarc


Re: Option to get Thesaurus

2005-01-24 Thread Paul Smith
On Mon, 24 Jan 2005 14:03:50 +0100, Jean-Marc Lasgouttes
[EMAIL PROTECTED] wrote:
 Do you have the 'bzip2' (or maybe just bzip2-libs or something like
 that) installed?

I think not, Jean-Marc, as the command

locate bzip | grep aurus

produces nothing as an output.

Paul


Re: Option to get Thesaurus

2005-01-24 Thread Angus Leeming
Paul Smith wrote:

 On Mon, 24 Jan 2005 14:03:50 +0100, Jean-Marc Lasgouttes
 [EMAIL PROTECTED] wrote:
 Do you have the 'bzip2' (or maybe just bzip2-libs or something like
 that) installed?
 
 I think not, Jean-Marc, as the command
 
 locate bzip | grep aurus
 
 produces nothing as an output.

Make that:

$ locate bz | grep lib | grep -v libz
/usr/lib/libbz2.so.1.0.2
/usr/lib/libbz2.so.1
[snip remaining output]

$ locate bz | grep bin
/usr/bin/bzip2recover
/usr/bin/bzcat
/usr/bin/bzcmp
/usr/bin/bzdiff
/usr/bin/bzgrep
/usr/bin/bzip2
/usr/bin/bzless
/usr/bin/bzmore

-- 
Angus



Re: Option to get Thesaurus

2005-01-24 Thread Jean-Marc Lasgouttes
 Paul == Paul Smith [EMAIL PROTECTED] writes:

Paul On Mon, 24 Jan 2005 14:03:50 +0100, Jean-Marc Lasgouttes
Paul [EMAIL PROTECTED] wrote:
 Do you have the 'bzip2' (or maybe just bzip2-libs or something like
 that) installed?

Paul I think not, Jean-Marc, as the command

Paul locate bzip | grep aurus

Try to install libbzip2_1.

JMarc


Re: Option to get Thesaurus

2005-01-24 Thread Paul Smith
On Mon, 24 Jan 2005 13:42:48 +, Angus Leeming [EMAIL PROTECTED] wrote:

Thanks, Angus.

 $ locate bz | grep lib | grep -v libz

$ locate bz | grep lib | grep -v libz
/usr/share/man/man8/cups-calibrate.8.bz2
/usr/share/man/man1/libnetcfg.1.bz2
/usr/share/man/man1/perlclib.1.bz2
/usr/share/man/man1/perlmodlib.1.bz2
/usr/share/man/man1/loadshlib.1.bz2
/usr/share/man/man1/ranlib.1.bz2
/usr/share/man/man1/glib-genmarshal.1.bz2
/usr/share/man/man1/glib-gettextize.1.bz2
/usr/share/man/man1/glib-mkenums.1.bz2
/usr/share/man/man5/libao.conf.5.bz2
/usr/share/man/man3/libblkid.3.bz2
/usr/share/man/man3/ExtUtils::testlib.3pm.bz2
/usr/share/man/man3/Net::libnetFAQ.3pm.bz2
/usr/share/man/man3/blib.3pm.bz2
/usr/share/man/man3/lib.3pm.bz2
/usr/share/man/man3/Glib::Object::Subclass.3pm.bz2
/usr/share/man/man3/libuuid.3.bz2
/usr/share/man/man3/mseclib.3.bz2
/usr/share/man/man3/Glib.3pm.bz2
/usr/share/man/man3/Glib::Boxed.3pm.bz2
/usr/share/man/man3/Glib::Error.3pm.bz2
/usr/share/man/man3/Glib::Flags.3pm.bz2
/usr/share/man/man3/Glib::GenPod.3pm.bz2
/usr/share/man/man3/Glib::Log.3pm.bz2
/usr/share/man/man3/Glib::MainLoop.3pm.bz2
/usr/share/man/man3/Glib::MakeHelper.3pm.bz2
/usr/share/man/man3/Glib::Object.3pm.bz2
/usr/share/man/man3/Glib::Param::Boolean.3pm.bz2
/usr/share/man/man3/Glib::Param::Double.3pm.bz2
/usr/share/man/man3/Glib::Param::Enum.3pm.bz2
/usr/share/man/man3/Glib::Param::Flags.3pm.bz2
/usr/share/man/man3/Glib::Param::Int.3pm.bz2
/usr/share/man/man3/Glib::Param::String.3pm.bz2
/usr/share/man/man3/Glib::Param::UInt.3pm.bz2
/usr/share/man/man3/Glib::ParamSpec.3pm.bz2
/usr/share/man/man3/Glib::ParseXSDoc.3pm.bz2
/usr/share/man/man3/Glib::Signal.3pm.bz2
/usr/share/man/man3/Glib::Type.3pm.bz2
/usr/share/man/man3/Glib::Utils.3pm.bz2
/usr/share/man/man3/Glib::devel.3pm.bz2
/usr/share/man/man3/Glib::index.3pm.bz2
/usr/share/man/man3/Glib::version.3pm.bz2
/usr/share/man/man3/Glib::xsapi.3pm.bz2
/usr/share/man/man3/libst.3.bz2
/usr/share/man/man3/Tk::demos::widget_lib::slide.3pm.bz2
/usr/share/man/man3/Tk::demos::widget_lib::trace2.3pm.bz2
/usr/share/man/man3/zlib.3.bz2
/usr/share/man/man3/libmng.3.bz2
/usr/share/man/man3/libpng.3.bz2
/usr/share/man/man3/libpngpf.3.bz2
/usr/share/man/man3/qlibrary.3qt.bz2
/usr/share/man/man3/libexpect.3.bz2
/usr/share/man/man7/libgg.7.bz2
/usr/share/man/man7/libgii.7.bz2
/usr/share/man/man7/display-svgalib.7.bz2
/usr/share/man/man7/libggi.7.bz2
/usr/share/man/mann/library.n.bz2
/usr/share/doc/libbzip2_1-1.0.2
/usr/share/doc/libbzip2_1-1.0.2/LICENSE
/usr/share/doc/libxpm4-devel-3.4k/xpm_examples.tar.bz2
/usr/share/info/libidn.info.bz2
/usr/share/info/libtool.info.bz2
/usr/share/info/xemacs/elib.info.bz2
/usr/lib/libbz2.so.1
/usr/lib/libbz2.so.1.0.0
/usr/lib/python2.3/lib-dynload/bz2.so
/usr/lib/kde3/kbzip2filter.la
/usr/lib/kde3/kbzip2filter.so
/usr/lib/gnome-vfs-2.0/modules/libbzip2.so
/usr/X11R6/man/man1/mergelib.1x.bz2


 $ locate bz | grep bin

$ locate bz | grep bin
/usr/share/man/man1/bind.1.bz2
/usr/share/man/man1/t1binary.1.bz2
/usr/share/man/man3/Tk::bind.3pm.bz2
/usr/share/man/man3/Tk::bindtags.3pm.bz2
/usr/share/man/man3/qaxbindable.3qt.bz2
/usr/share/man/mann/binary.n.bz2
/usr/share/man/mann/bind.n.bz2
/usr/share/man/mann/bindtags.n.bz2
/usr/share/man/mann/tk_bindForTraversal.n.bz2
/usr/share/info/binutils.info.bz2
/usr/share/info/gdbint.info.bz2
/usr/bin/bzip2recover
/usr/bin/bzcat
/usr/bin/bzdiff
/usr/bin/bzgrep
/usr/bin/bzip2
/usr/bin/bzless
/usr/bin/bzme
/usr/bin/bzmore
/usr/X11R6/man/man3/XRebindKeysym.3x.bz2
/usr/X11R6/man/man3/XShapeCombineMask.3x.bz2
/usr/X11R6/man/man3/XShapeCombineRectangles.3x.bz2
/usr/X11R6/man/man3/XShapeCombineRegion.3x.bz2
/usr/X11R6/man/man3/XShapeCombineShape.3x.bz2
/usr/X11R6/man/man3/XrmCombineDatabase.3x.bz2
/usr/X11R6/man/man3/XrmCombineFileDatabase.3x.bz2

Paul


Re: Option to get Thesaurus

2005-01-24 Thread Paul Smith
On Mon, 24 Jan 2005 14:44:38 +0100, Jean-Marc Lasgouttes
[EMAIL PROTECTED] wrote:
 Try to install libbzip2_1.

# urpmi libbzip2_1
Everything already installed

Paul


Re: Option to get Thesaurus

2005-01-24 Thread Jean-Marc Lasgouttes
 Paul == Paul Smith [EMAIL PROTECTED] writes:

There is something I do not understand: you have

Paul $ locate bz | grep lib | grep -v libz
[...]
Paul /usr/lib/libbz2.so.1
Paul /usr/lib/libbz2.so.1.0.0 

whereas your config.log says:
configure:5506: checking for main in -lAiksaurus
configure:5531: g++ -o conftest -O   conftest.cc -lAiksaurus -lbz2 -lc -lm  5
/usr/bin/ld: cannot find -lbz2
collect2: ld returned 1 exit status

Can someone tell me how come libbz2 is not found?

JMarc


Re: Option to get Thesaurus

2005-01-24 Thread hansel
bzip2 is installed, but there are no libraries (rpm -ql bzip2 identifies 
9 binaries, man files and documentation files).

I do not intend to use aiksaurus, so this is not a big issue.  
Interesting effort, lots of promise, but not ready for prime time! I open
Roget's in an emacs window and do a search for the word for which I want a
synonym. I also find it is extremely useful to have a good dictionary
(paper) handy and in my favorite work site, I have several within arms
length. Highly recommended.

Mark Hansel

On Mon, 24 Jan 2005, Jean-Marc Lasgouttes wrote:

  Paul == Paul Smith [EMAIL PROTECTED] writes:
 
 Paul Well, Jean-Marc, in spite of having libaiksaurus installed, I
 Paul get the following:
 
 Paul, Mark,
 
 Thanks for your config.log files. It turns out that you boh suffer
 from the same problem: our configure script thinks that libAikSaurus
 requires the bzip2 library to operate. While the aiksaurus
 documentation is a bit hard to find, I suspect that it is not needed
 anymore.
 
 Do you have the 'bzip2' (or maybe just bzip2-libs or something like
 that) installed? 


Re: Option to get Thesaurus

2005-01-24 Thread Jean-Marc Lasgouttes
 hansel == hansel  [EMAIL PROTECTED] writes:

hansel bzip2 is installed, but there are no libraries (rpm -ql bzip2
hansel identifies 9 binaries, man files and documentation files).

Yes, but I guess bzip2 depends on some bzip2-libs package of some
sort, which provides the library.

hansel I do not intend to use aiksaurus, so this is not a big issue.

Well, I do not use it (nor have it) either, but it is sad to have a
feature disappear for no reason.

JMarc


Re: Option to get Thesaurus

2005-01-24 Thread Paul Smith
On Mon, 24 Jan 2005 17:33:54 +0100, Jean-Marc Lasgouttes
[EMAIL PROTECTED] wrote:
 hansel bzip2 is installed, but there are no libraries (rpm -ql bzip2
 hansel identifies 9 binaries, man files and documentation files).
 
 Yes, but I guess bzip2 depends on some bzip2-libs package of some
 sort, which provides the library.

Maybe, it would be useful to look at how Abiword does, as Abiword uses
Aiksaurus.

Paul


Re: Option to get Thesaurus

2005-01-24 Thread Jean-Marc Lasgouttes
> "Paul" == Paul Smith <[EMAIL PROTECTED]> writes:

Paul> Well, Jean-Marc, in spite of having libaiksaurus installed, I
Paul> get the following:

Paul, Mark,

Thanks for your config.log files. It turns out that you boh suffer
from the same problem: our configure script thinks that libAikSaurus
requires the bzip2 library to operate. While the aiksaurus
documentation is a bit hard to find, I suspect that it is not needed
anymore.

Do you have the 'bzip2' (or maybe just bzip2-libs or something like
that) installed? 

JMarc


Re: Option to get Thesaurus

2005-01-24 Thread Paul Smith
On Mon, 24 Jan 2005 14:03:50 +0100, Jean-Marc Lasgouttes
<[EMAIL PROTECTED]> wrote:
> Do you have the 'bzip2' (or maybe just bzip2-libs or something like
> that) installed?

I think not, Jean-Marc, as the command

locate bzip | grep aurus

produces nothing as an output.

Paul


Re: Option to get Thesaurus

2005-01-24 Thread Angus Leeming
Paul Smith wrote:

> On Mon, 24 Jan 2005 14:03:50 +0100, Jean-Marc Lasgouttes
> <[EMAIL PROTECTED]> wrote:
>> Do you have the 'bzip2' (or maybe just bzip2-libs or something like
>> that) installed?
> 
> I think not, Jean-Marc, as the command
> 
> locate bzip | grep aurus
> 
> produces nothing as an output.

Make that:

$ locate bz | grep lib | grep -v libz
/usr/lib/libbz2.so.1.0.2
/usr/lib/libbz2.so.1
[snip remaining output]

$ locate bz | grep bin
/usr/bin/bzip2recover
/usr/bin/bzcat
/usr/bin/bzcmp
/usr/bin/bzdiff
/usr/bin/bzgrep
/usr/bin/bzip2
/usr/bin/bzless
/usr/bin/bzmore

-- 
Angus



Re: Option to get Thesaurus

2005-01-24 Thread Jean-Marc Lasgouttes
> "Paul" == Paul Smith <[EMAIL PROTECTED]> writes:

Paul> On Mon, 24 Jan 2005 14:03:50 +0100, Jean-Marc Lasgouttes
Paul> <[EMAIL PROTECTED]> wrote:
>> Do you have the 'bzip2' (or maybe just bzip2-libs or something like
>> that) installed?

Paul> I think not, Jean-Marc, as the command

Paul> locate bzip | grep aurus

Try to install libbzip2_1.

JMarc


Re: Option to get Thesaurus

2005-01-24 Thread Paul Smith
On Mon, 24 Jan 2005 13:42:48 +, Angus Leeming <[EMAIL PROTECTED]> wrote:

Thanks, Angus.

> $ locate bz | grep lib | grep -v libz

$ locate bz | grep lib | grep -v libz
/usr/share/man/man8/cups-calibrate.8.bz2
/usr/share/man/man1/libnetcfg.1.bz2
/usr/share/man/man1/perlclib.1.bz2
/usr/share/man/man1/perlmodlib.1.bz2
/usr/share/man/man1/loadshlib.1.bz2
/usr/share/man/man1/ranlib.1.bz2
/usr/share/man/man1/glib-genmarshal.1.bz2
/usr/share/man/man1/glib-gettextize.1.bz2
/usr/share/man/man1/glib-mkenums.1.bz2
/usr/share/man/man5/libao.conf.5.bz2
/usr/share/man/man3/libblkid.3.bz2
/usr/share/man/man3/ExtUtils::testlib.3pm.bz2
/usr/share/man/man3/Net::libnetFAQ.3pm.bz2
/usr/share/man/man3/blib.3pm.bz2
/usr/share/man/man3/lib.3pm.bz2
/usr/share/man/man3/Glib::Object::Subclass.3pm.bz2
/usr/share/man/man3/libuuid.3.bz2
/usr/share/man/man3/mseclib.3.bz2
/usr/share/man/man3/Glib.3pm.bz2
/usr/share/man/man3/Glib::Boxed.3pm.bz2
/usr/share/man/man3/Glib::Error.3pm.bz2
/usr/share/man/man3/Glib::Flags.3pm.bz2
/usr/share/man/man3/Glib::GenPod.3pm.bz2
/usr/share/man/man3/Glib::Log.3pm.bz2
/usr/share/man/man3/Glib::MainLoop.3pm.bz2
/usr/share/man/man3/Glib::MakeHelper.3pm.bz2
/usr/share/man/man3/Glib::Object.3pm.bz2
/usr/share/man/man3/Glib::Param::Boolean.3pm.bz2
/usr/share/man/man3/Glib::Param::Double.3pm.bz2
/usr/share/man/man3/Glib::Param::Enum.3pm.bz2
/usr/share/man/man3/Glib::Param::Flags.3pm.bz2
/usr/share/man/man3/Glib::Param::Int.3pm.bz2
/usr/share/man/man3/Glib::Param::String.3pm.bz2
/usr/share/man/man3/Glib::Param::UInt.3pm.bz2
/usr/share/man/man3/Glib::ParamSpec.3pm.bz2
/usr/share/man/man3/Glib::ParseXSDoc.3pm.bz2
/usr/share/man/man3/Glib::Signal.3pm.bz2
/usr/share/man/man3/Glib::Type.3pm.bz2
/usr/share/man/man3/Glib::Utils.3pm.bz2
/usr/share/man/man3/Glib::devel.3pm.bz2
/usr/share/man/man3/Glib::index.3pm.bz2
/usr/share/man/man3/Glib::version.3pm.bz2
/usr/share/man/man3/Glib::xsapi.3pm.bz2
/usr/share/man/man3/libst.3.bz2
/usr/share/man/man3/Tk::demos::widget_lib::slide.3pm.bz2
/usr/share/man/man3/Tk::demos::widget_lib::trace2.3pm.bz2
/usr/share/man/man3/zlib.3.bz2
/usr/share/man/man3/libmng.3.bz2
/usr/share/man/man3/libpng.3.bz2
/usr/share/man/man3/libpngpf.3.bz2
/usr/share/man/man3/qlibrary.3qt.bz2
/usr/share/man/man3/libexpect.3.bz2
/usr/share/man/man7/libgg.7.bz2
/usr/share/man/man7/libgii.7.bz2
/usr/share/man/man7/display-svgalib.7.bz2
/usr/share/man/man7/libggi.7.bz2
/usr/share/man/mann/library.n.bz2
/usr/share/doc/libbzip2_1-1.0.2
/usr/share/doc/libbzip2_1-1.0.2/LICENSE
/usr/share/doc/libxpm4-devel-3.4k/xpm_examples.tar.bz2
/usr/share/info/libidn.info.bz2
/usr/share/info/libtool.info.bz2
/usr/share/info/xemacs/elib.info.bz2
/usr/lib/libbz2.so.1
/usr/lib/libbz2.so.1.0.0
/usr/lib/python2.3/lib-dynload/bz2.so
/usr/lib/kde3/kbzip2filter.la
/usr/lib/kde3/kbzip2filter.so
/usr/lib/gnome-vfs-2.0/modules/libbzip2.so
/usr/X11R6/man/man1/mergelib.1x.bz2


> $ locate bz | grep bin

$ locate bz | grep bin
/usr/share/man/man1/bind.1.bz2
/usr/share/man/man1/t1binary.1.bz2
/usr/share/man/man3/Tk::bind.3pm.bz2
/usr/share/man/man3/Tk::bindtags.3pm.bz2
/usr/share/man/man3/qaxbindable.3qt.bz2
/usr/share/man/mann/binary.n.bz2
/usr/share/man/mann/bind.n.bz2
/usr/share/man/mann/bindtags.n.bz2
/usr/share/man/mann/tk_bindForTraversal.n.bz2
/usr/share/info/binutils.info.bz2
/usr/share/info/gdbint.info.bz2
/usr/bin/bzip2recover
/usr/bin/bzcat
/usr/bin/bzdiff
/usr/bin/bzgrep
/usr/bin/bzip2
/usr/bin/bzless
/usr/bin/bzme
/usr/bin/bzmore
/usr/X11R6/man/man3/XRebindKeysym.3x.bz2
/usr/X11R6/man/man3/XShapeCombineMask.3x.bz2
/usr/X11R6/man/man3/XShapeCombineRectangles.3x.bz2
/usr/X11R6/man/man3/XShapeCombineRegion.3x.bz2
/usr/X11R6/man/man3/XShapeCombineShape.3x.bz2
/usr/X11R6/man/man3/XrmCombineDatabase.3x.bz2
/usr/X11R6/man/man3/XrmCombineFileDatabase.3x.bz2

Paul


Re: Option to get Thesaurus

2005-01-24 Thread Paul Smith
On Mon, 24 Jan 2005 14:44:38 +0100, Jean-Marc Lasgouttes
<[EMAIL PROTECTED]> wrote:
> Try to install libbzip2_1.

# urpmi libbzip2_1
Everything already installed

Paul


Re: Option to get Thesaurus

2005-01-24 Thread Jean-Marc Lasgouttes
> "Paul" == Paul Smith <[EMAIL PROTECTED]> writes:

There is something I do not understand: you have

Paul> $ locate bz | grep lib | grep -v libz
[...]
Paul> /usr/lib/libbz2.so.1
Paul> /usr/lib/libbz2.so.1.0.0 

whereas your config.log says:
configure:5506: checking for main in -lAiksaurus
configure:5531: g++ -o conftest -O   conftest.cc -lAiksaurus -lbz2 -lc -lm  >&5
/usr/bin/ld: cannot find -lbz2
collect2: ld returned 1 exit status

Can someone tell me how come libbz2 is not found?

JMarc


Re: Option to get Thesaurus

2005-01-24 Thread hansel
bzip2 is installed, but there are no libraries (rpm -ql bzip2 identifies 
9 binaries, man files and documentation files).

I do not intend to use aiksaurus, so this is not a big issue.  
Interesting effort, lots of promise, but not ready for prime time! I open
Roget's in an emacs window and do a search for the word for which I want a
synonym. I also find it is extremely useful to have a good dictionary
(paper) handy and in my favorite work site, I have several within arms
length. Highly recommended.

Mark Hansel

On Mon, 24 Jan 2005, Jean-Marc Lasgouttes wrote:

> > "Paul" == Paul Smith <[EMAIL PROTECTED]> writes:
> 
> Paul> Well, Jean-Marc, in spite of having libaiksaurus installed, I
> Paul> get the following:
> 
> Paul, Mark,
> 
> Thanks for your config.log files. It turns out that you boh suffer
> from the same problem: our configure script thinks that libAikSaurus
> requires the bzip2 library to operate. While the aiksaurus
> documentation is a bit hard to find, I suspect that it is not needed
> anymore.
> 
> Do you have the 'bzip2' (or maybe just bzip2-libs or something like
> that) installed? 


Re: Option to get Thesaurus

2005-01-24 Thread Jean-Marc Lasgouttes
> "hansel" == hansel  <[EMAIL PROTECTED]> writes:

hansel> bzip2 is installed, but there are no libraries (rpm -ql bzip2
hansel> identifies 9 binaries, man files and documentation files).

Yes, but I guess bzip2 depends on some bzip2-libs package of some
sort, which provides the library.

hansel> I do not intend to use aiksaurus, so this is not a big issue.

Well, I do not use it (nor have it) either, but it is sad to have a
feature disappear for no reason.

JMarc


Re: Option to get Thesaurus

2005-01-24 Thread Paul Smith
On Mon, 24 Jan 2005 17:33:54 +0100, Jean-Marc Lasgouttes
<[EMAIL PROTECTED]> wrote:
> hansel> bzip2 is installed, but there are no libraries (rpm -ql bzip2
> hansel> identifies 9 binaries, man files and documentation files).
> 
> Yes, but I guess bzip2 depends on some bzip2-libs package of some
> sort, which provides the library.

Maybe, it would be useful to look at how Abiword does, as Abiword uses
Aiksaurus.

Paul


Re: Option to get Thesaurus

2005-01-21 Thread Jean-Marc Lasgouttes
 Paul == Paul Smith [EMAIL PROTECTED] writes:

Paul On Tue, 18 Jan 2005 14:27:04 +0100, Jean-Marc Lasgouttes Dear
Paul All What option precisely should one add to the command
Paul ./configure in order to integrate Thesaurus in LyX?
  If you have libAikSaurus and its header files available, they
 should be found by LyX automatically.

Paul Thanks, Jean-Marc. Should not the command ./configure say, at
Paul the end, that it is including Aiksausrus.

Indeed. It does now.

JMarc


Re: Option to get Thesaurus

2005-01-21 Thread Paul Smith
On Fri, 21 Jan 2005 14:48:37 +0100, Jean-Marc Lasgouttes
[EMAIL PROTECTED] wrote:
 Paul On Tue, 18 Jan 2005 14:27:04 +0100, Jean-Marc Lasgouttes Dear
 Paul All What option precisely should one add to the command
 Paul ./configure in order to integrate Thesaurus in LyX?
   If you have libAikSaurus and its header files available, they
  should be found by LyX automatically.
 
 Paul Thanks, Jean-Marc. Should not the command ./configure say, at
 Paul the end, that it is including Aiksausrus.
 
 Indeed. It does now.

Well, Jean-Marc, in spite of having libaiksaurus installed, I get the following:

[EMAIL PROTECTED] lyx-1.3.5]$ ./configure  --with-frontend=qt
--with-pspell | grep Aiksaurus
checking for main in -lAiksaurus... no
checking Aiksaurus.h usability... no
checking Aiksaurus.h presence... no
checking for Aiksaurus.h... no
checking Aiksaurus/Aiksaurus.h usability... yes
checking Aiksaurus/Aiksaurus.h presence... yes
checking for Aiksaurus/Aiksaurus.h... yes
[EMAIL PROTECTED] lyx-1.3.5]$

and there is no thesaurus after having built the rpm (for Mandrake 10.1).

Any ideas?

Paul


Re: Option to get Thesaurus

2005-01-21 Thread hansel
On Fri, 21 Jan 2005, Jean-Marc Lasgouttes wrote:

  Paul == Paul Smith [EMAIL PROTECTED] writes:
 
 Paul On Tue, 18 Jan 2005 14:27:04 +0100, Jean-Marc Lasgouttes Dear
 Paul All What option precisely should one add to the command
 Paul ./configure in order to integrate Thesaurus in LyX?

Compiling lyx from the tgz source, I can get arcsaurus to work on an i386
(well, Athlon)  machine, but it fails on an x86_64 (opteron). The
libraries/headers are installed in /usr/local on both platforms and on
both, I compiled the thesaurus from the srpm package. On the x86_64, when
I used ./configure --with-extra-lib (pointing to /usr/local/lib), the
install step failed when it tried to install something in
/usr/local/bin//usr/local/bin (which is obviously wrong). Without
--with-extra-lib, I return to the known condition of lyx without
arksaurus.

-- 
Mark Hansel
Minnesota State University Moorhead
Moorhead, MN 56563
ph: 218-477-2039 fax: 218-477-2593
[EMAIL PROTECTED]
http://wwwcj.mnstate.edu



Re: Option to get Thesaurus

2005-01-21 Thread Jean-Marc Lasgouttes
 Paul == Paul Smith [EMAIL PROTECTED] writes:

Paul On Tue, 18 Jan 2005 14:27:04 +0100, Jean-Marc Lasgouttes Dear
Paul All What option precisely should one add to the command
Paul ./configure in order to integrate Thesaurus in LyX?
  If you have libAikSaurus and its header files available, they
 should be found by LyX automatically.

Paul Thanks, Jean-Marc. Should not the command ./configure say, at
Paul the end, that it is including Aiksausrus.

Indeed. It does now.

JMarc


Re: Option to get Thesaurus

2005-01-21 Thread Paul Smith
On Fri, 21 Jan 2005 14:48:37 +0100, Jean-Marc Lasgouttes
[EMAIL PROTECTED] wrote:
 Paul On Tue, 18 Jan 2005 14:27:04 +0100, Jean-Marc Lasgouttes Dear
 Paul All What option precisely should one add to the command
 Paul ./configure in order to integrate Thesaurus in LyX?
   If you have libAikSaurus and its header files available, they
  should be found by LyX automatically.
 
 Paul Thanks, Jean-Marc. Should not the command ./configure say, at
 Paul the end, that it is including Aiksausrus.
 
 Indeed. It does now.

Well, Jean-Marc, in spite of having libaiksaurus installed, I get the following:

[EMAIL PROTECTED] lyx-1.3.5]$ ./configure  --with-frontend=qt
--with-pspell | grep Aiksaurus
checking for main in -lAiksaurus... no
checking Aiksaurus.h usability... no
checking Aiksaurus.h presence... no
checking for Aiksaurus.h... no
checking Aiksaurus/Aiksaurus.h usability... yes
checking Aiksaurus/Aiksaurus.h presence... yes
checking for Aiksaurus/Aiksaurus.h... yes
[EMAIL PROTECTED] lyx-1.3.5]$

and there is no thesaurus after having built the rpm (for Mandrake 10.1).

Any ideas?

Paul


Re: Option to get Thesaurus

2005-01-21 Thread hansel
On Fri, 21 Jan 2005, Jean-Marc Lasgouttes wrote:

  Paul == Paul Smith [EMAIL PROTECTED] writes:
 
 Paul On Tue, 18 Jan 2005 14:27:04 +0100, Jean-Marc Lasgouttes Dear
 Paul All What option precisely should one add to the command
 Paul ./configure in order to integrate Thesaurus in LyX?

Compiling lyx from the tgz source, I can get arcsaurus to work on an i386
(well, Athlon)  machine, but it fails on an x86_64 (opteron). The
libraries/headers are installed in /usr/local on both platforms and on
both, I compiled the thesaurus from the srpm package. On the x86_64, when
I used ./configure --with-extra-lib (pointing to /usr/local/lib), the
install step failed when it tried to install something in
/usr/local/bin//usr/local/bin (which is obviously wrong). Without
--with-extra-lib, I return to the known condition of lyx without
arksaurus.

-- 
Mark Hansel
Minnesota State University Moorhead
Moorhead, MN 56563
ph: 218-477-2039 fax: 218-477-2593
[EMAIL PROTECTED]
http://wwwcj.mnstate.edu



Re: Option to get Thesaurus

2005-01-21 Thread Jean-Marc Lasgouttes
> "Paul" == Paul Smith <[EMAIL PROTECTED]> writes:

Paul> On Tue, 18 Jan 2005 14:27:04 +0100, Jean-Marc Lasgouttes Dear
Paul> All What option precisely should one add to the command
Paul> ./configure in order to integrate Thesaurus in LyX?
>>  If you have libAikSaurus and its header files available, they
>> should be found by LyX automatically.

Paul> Thanks, Jean-Marc. Should not the command ./configure say, at
Paul> the end, that it is including Aiksausrus.

Indeed. It does now.

JMarc


Re: Option to get Thesaurus

2005-01-21 Thread Paul Smith
On Fri, 21 Jan 2005 14:48:37 +0100, Jean-Marc Lasgouttes
<[EMAIL PROTECTED]> wrote:
> Paul> On Tue, 18 Jan 2005 14:27:04 +0100, Jean-Marc Lasgouttes Dear
> Paul> All What option precisely should one add to the command
> Paul> ./configure in order to integrate Thesaurus in LyX?
> >>  If you have libAikSaurus and its header files available, they
> >> should be found by LyX automatically.
> 
> Paul> Thanks, Jean-Marc. Should not the command ./configure say, at
> Paul> the end, that it is including Aiksausrus.
> 
> Indeed. It does now.

Well, Jean-Marc, in spite of having libaiksaurus installed, I get the following:

[EMAIL PROTECTED] lyx-1.3.5]$ ./configure  --with-frontend=qt
--with-pspell | grep Aiksaurus
checking for main in -lAiksaurus... no
checking Aiksaurus.h usability... no
checking Aiksaurus.h presence... no
checking for Aiksaurus.h... no
checking Aiksaurus/Aiksaurus.h usability... yes
checking Aiksaurus/Aiksaurus.h presence... yes
checking for Aiksaurus/Aiksaurus.h... yes
[EMAIL PROTECTED] lyx-1.3.5]$

and there is no thesaurus after having built the rpm (for Mandrake 10.1).

Any ideas?

Paul


Re: Option to get Thesaurus

2005-01-21 Thread hansel
On Fri, 21 Jan 2005, Jean-Marc Lasgouttes wrote:

> > "Paul" == Paul Smith <[EMAIL PROTECTED]> writes:
> 
> Paul> On Tue, 18 Jan 2005 14:27:04 +0100, Jean-Marc Lasgouttes Dear
> Paul> All What option precisely should one add to the command
> Paul> ./configure in order to integrate Thesaurus in LyX?

Compiling lyx from the tgz source, I can get arcsaurus to work on an i386
(well, Athlon)  machine, but it fails on an x86_64 (opteron). The
libraries/headers are installed in /usr/local on both platforms and on
both, I compiled the thesaurus from the srpm package. On the x86_64, when
I used ./configure --with-extra-lib (pointing to /usr/local/lib), the
install step failed when it tried to install something in
/usr/local/bin//usr/local/bin (which is obviously wrong). Without
--with-extra-lib, I return to the known condition of lyx without
arksaurus.

-- 
Mark Hansel
Minnesota State University Moorhead
Moorhead, MN 56563
ph: 218-477-2039 fax: 218-477-2593
[EMAIL PROTECTED]
http://wwwcj.mnstate.edu



Re: Option to get Thesaurus

2005-01-20 Thread Paul Smith
On Wed, 19 Jan 2005 14:56:13 +, Paul Smith [EMAIL PROTECTED] wrote:
  If you have libAikSaurus and its header files available, they should
  be found by LyX automatically.

How can I be sure that libAikSaurus is installed? The command

locate libAikSaurus

does not produce anything. (I ran updatedb before.) On other hand, I
tried to install libaiksaurs-devel, but I got the message Everything
already installed.

Paul


Re: Option to get Thesaurus

2005-01-20 Thread Paul Smith
On Wed, 19 Jan 2005 14:56:13 +, Paul Smith [EMAIL PROTECTED] wrote:
  If you have libAikSaurus and its header files available, they should
  be found by LyX automatically.

How can I be sure that libAikSaurus is installed? The command

locate libAikSaurus

does not produce anything. (I ran updatedb before.) On other hand, I
tried to install libaiksaurs-devel, but I got the message Everything
already installed.

Paul


Re: Option to get Thesaurus

2005-01-20 Thread Paul Smith
On Wed, 19 Jan 2005 14:56:13 +, Paul Smith <[EMAIL PROTECTED]> wrote:
> > If you have libAikSaurus and its header files available, they should
> > be found by LyX automatically.

How can I be sure that libAikSaurus is installed? The command

locate libAikSaurus

does not produce anything. (I ran updatedb before.) On other hand, I
tried to install libaiksaurs-devel, but I got the message "Everything
already installed".

Paul


Re: Option to get Thesaurus

2005-01-19 Thread Paul Smith
On Tue, 18 Jan 2005 14:27:04 +0100, Jean-Marc Lasgouttes
 Paul Dear All What option precisely should one add to the command
 Paul ./configure in order to integrate Thesaurus in LyX?
 
 If you have libAikSaurus and its header files available, they should
 be found by LyX automatically.

Thanks, Jean-Marc. Should not the command ./configure say, at the end,
that it is including Aiksausrus.

Paul


Re: Option to get Thesaurus

2005-01-19 Thread Paul Smith
On Tue, 18 Jan 2005 14:27:04 +0100, Jean-Marc Lasgouttes
 Paul Dear All What option precisely should one add to the command
 Paul ./configure in order to integrate Thesaurus in LyX?
 
 If you have libAikSaurus and its header files available, they should
 be found by LyX automatically.

Thanks, Jean-Marc. Should not the command ./configure say, at the end,
that it is including Aiksausrus.

Paul


Re: Option to get Thesaurus

2005-01-19 Thread Paul Smith
On Tue, 18 Jan 2005 14:27:04 +0100, Jean-Marc Lasgouttes
> Paul> Dear All What option precisely should one add to the command
> Paul> ./configure in order to integrate Thesaurus in LyX?
> 
> If you have libAikSaurus and its header files available, they should
> be found by LyX automatically.

Thanks, Jean-Marc. Should not the command ./configure say, at the end,
that it is including Aiksausrus.

Paul


Option to get Thesaurus

2005-01-18 Thread Paul Smith
Dear All

What option precisely should one add to the command ./configure in
order to integrate Thesaurus in LyX?

Thanks in advance,

Paul


Re: Option to get Thesaurus

2005-01-18 Thread Jean-Marc Lasgouttes
 Paul == Paul Smith [EMAIL PROTECTED] writes:

Paul Dear All What option precisely should one add to the command
Paul ./configure in order to integrate Thesaurus in LyX?

If you have libAikSaurus and its header files available, they should
be found by LyX automatically.

JMarc


Option to get Thesaurus

2005-01-18 Thread Paul Smith
Dear All

What option precisely should one add to the command ./configure in
order to integrate Thesaurus in LyX?

Thanks in advance,

Paul


Re: Option to get Thesaurus

2005-01-18 Thread Jean-Marc Lasgouttes
 Paul == Paul Smith [EMAIL PROTECTED] writes:

Paul Dear All What option precisely should one add to the command
Paul ./configure in order to integrate Thesaurus in LyX?

If you have libAikSaurus and its header files available, they should
be found by LyX automatically.

JMarc


Option to get Thesaurus

2005-01-18 Thread Paul Smith
Dear All

What option precisely should one add to the command ./configure in
order to integrate Thesaurus in LyX?

Thanks in advance,

Paul


Re: Option to get Thesaurus

2005-01-18 Thread Jean-Marc Lasgouttes
> "Paul" == Paul Smith <[EMAIL PROTECTED]> writes:

Paul> Dear All What option precisely should one add to the command
Paul> ./configure in order to integrate Thesaurus in LyX?

If you have libAikSaurus and its header files available, they should
be found by LyX automatically.

JMarc