I compiled lyx about a dozen times in the last month and did not have
any problem beside the usual missing packages. I run lyx on a 64 bit
ubuntu 9.10, debian and others. I downloaded from the lyx homepage. As I
tried to compile today on an ubuntu 9.10 running on an amd, I got some
problems, some data here:
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 8
model name : AMD Athlon(tm) XP 1700+
stepping : 1
cpu MHz : 1477.409
cache size : 256 KB
OK, not a really bolide, but good enough for text processing and surfing.
~/lyx-1.6.5$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 9.10
Release: 9.10
Codename: karmic
~/lyx-1.6.5$ ,/configure
...
---------------- The last essential lines:
...
...
checking whether it is safe to define __EXTENSIONS__... yes
checking whether byte ordering is bigendian... no
checking what frontend should be used for the GUI... qt4
checking for a good enough C++ compiler... ./configure: line 5809: -c:
command not found
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
./configure: line 5809: -c: command not found
./configure: line 5809: -c: command not found
./configure: line 5809: -c: command not found
./configure: line 5809: -c: command not found
./configure: line 5809: -c: command not found
configure: error: Unable to find a good enough C++ compiler
~/lyx-1.6.5$ gcc --version
gcc (Ubuntu 4.4.1-4ubuntu8) 4.4.1
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.