Richard, Vincent, thanks for your replies.
Qt 4.7.2 is installed on my machine. I used the default configuration when compiling, i.e. I did not force the path to Qt4 with the --with-qt4-dir=/usr/share/qt4/ option suggested in the INSTALL file. As such, I am expecting the setup and the executable to catch the same libraries when run. Unfortunately it does not work. Now, further digging in my machine configuration highlighted the unexpected presence of Qt libraries in /usr/local/lib. These are not 4.7.2 libs and shadowed the 4.7.2 ones. Having them set aside did the job: lyx is now running :-) Thanks for the comments. Alex ----- Mail original ----- De: "Vincent van Ravesteijn" <v...@lyx.org> À: rgh...@comcast.net Cc: "alexandre depouhon" <alexandre.depou...@ulg.ac.be>, "LyX Developers" <lyx-de...@lists.lyx.org>, lyx-users@lists.lyx.org Envoyé: Dimanche 11 Septembre 2011 22:10:51 Objet: Re: Cannot run LyX - lyx: symbol lookup error: lyx: undefined symbol: _ZN9QListData11detach_growEPii Op 11-9-2011 22:06, Richard Heck schreef: > On 09/11/2011 03:38 PM, alexandre.depou...@ulg.ac.be wrote: >> Hi all, >> >> I have tried to install LyX 2.0.0& 2.0.1 several times on my >> Ubuntu-run laptop ... without success. After apparently successfully >> compiling, LyX spits out the following error when launched: >> >> lyx: symbol lookup error: lyx: undefined symbol: >> _ZN9QListData11detach_growEPii >> >> A quick browse on the internet established a link between this error >> and the Qt 4 Frontend libraries as similar errors have been reported >> for other programs. I have nonetheless not been able to find a >> solution when it comes to dealing with LyX. >> >> Any help will be welcome. I attach: >> - config.log: the log file of the ./configure command; >> - configure.log: the output to stdout of the ./configure command; >> - make.log: the output to stdout of the make all command. >> > None of those came through. > > What version of Qt are you trying to use here? > > Richard > > PS I'm cross-posting to lyx-devel, which is probably a better bet. It looks like you're trying to run lyx with a different version of Qt than the one which you used during building. Vincent