Hi all :
In the compilation of the tarball lyx-1.4.1.tar.gz in a machine with
Mandriva 2006
give the next errors, then make. The configuration ./configuration was succesfully :

I have compiled the tarball, and give me the next error
/usr/bin/ld cannot find -laudio
collect2 : ld returned 1 exit status
make[3]: *** [lyx-qt] Error 1
Leaving /home/.....
make[2]: ***[all recursive] Error 1
Leaving /home .....
make[1]: ***[all] Error 2
Leaving /home .....

I have installed libaudiofile0-devel

Someone idea
Thanks
Miguel



Steve Litt escribió:
On Friday 30 June 2006 06:21 am, you wrote:
Hello Steve :
I have compiled the tarball, and give me the next error
/usr/bin/ld cannot find -laudio
collect2 : ld returned 1 exit status
make[3]: *** [lyx-qt] Error 1
Leaving /home/.....
make[2]: ***[all recursive] Error 1
 Leaving /home .....
make[1]: ***[all] Error 2
Leaving /home .....

Can you help me ?
Miguel

Hi Miguel,

You're probably better off asking this on the list, as a lot of people there are much more conversant with compilation than I.

Probably you're missing something on your system, and given that the compile worked on my system, it's probably something that I've installed and you haven't, which means you can use Mandriva's package manager to install it, if only you knew what it was.

A man ld command showed that the -l flag of ld includes an archive file whose name is lib+the archive name, or in this case libaudio. In fact, I've installed a libaudiofile0-devel-0.2.6-3mdk. Maybe you haven't, and maybe that's the problem.

Anyway, I'd suggest asking on the list, where you'll have lots of eyes looking at your question.

Thanks

Steve

Steve Litt escribió:
On Thursday 29 June 2006 04:49 pm, Paul Smith wrote:
On 6/29/06, icebna <[EMAIL PROTECTED]> wrote:
Someone can say me, where can find the rpm lyx-1.4.1_qt to Mandriva
2006 ? I have attempt compiled, but don't start. Don't give nothing
error, but don't start.
Maybe, this is the appropriate time to migrate to Fedora Core. You
will always have available the recentest version of LyX and of very
many others programs.

Paul
I just installed on Mandriva 2006 with ./configure;make;make install. The
process was very easy, and I didn't get any dependency problems. If you
like Mandriva 2006 (I've been a Mandrake Man since 2000), this might be
an excellent way to do it, especially because you can retain your old LyX
1.3.5 that came with Mandriva 2006.

Let me tell you how I did it...

tar xzvf lyx-1.4.1.tar.gz
cd lyx-1.4.1
./configure --with-version-suffix=-1.4.1qt --with-frontend=qt
make
su
make install
exit
cp ~/.lyx/layouts/* ~/.lyx-1.4.1qt/layouts/
lyx-1.4.1qt
#tools->reconfigure
cp mybook.lyx test.lyx
lyx-1.4.1qt   test.lyx

If you have the performance problems reported by some people, you can
compile it with xforms. Do the same thing as above, except everywhere
change qt to xforms. This will create a lyx-1.4.1xforms to coexist with
your lyx-1.4.1qt and lyx.

If you have performance problems, please report it to the list. Then you
and I can compare everything and find out why you have performance
problems and I don't, and in doing so, perhaps you and I could help the
developers nail this elusive bug.

HTH

SteveT

Steve Litt
Author:
   * Universal Troubleshooting Process courseware
   * Troubleshooting Techniques of the Successful Technologist
   * Manager's Guide to Technical Troubleshooting
   * Twenty Eight Tales of Troubleshooting
   * Rapid Learning: Secret Weapon of the Successful Technologist

http://www.troubleshooters.com/bookstore
http://www.troubleshooters.com/utp/tcourses.htm





Reply via email to