Du suchst ein Programm für einen bestimmten Zweck?
-
Linuxhai
Beitrag
von Linuxhai » 18.03.2011 23:49:42
Hallo,
ich habe Probleme Wine 1.2.2 unter Squeeze (Gnome) zu installieren.
Nach configure bekomme ich diese Meldung:
Code: Alles auswählen
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking for the directory containing the Wine tools... $(TOPOBJDIR)
checking for flex... no
configure: error: no suitable flex found. Please install the 'flex' package.
Was ist damit gemeint bzw. was muß ich tun, damit eine richtige Installation erfolgt.
MfG Linuxhai
Zuletzt geändert von Linuxhai am 19.03.2011 11:38:41, insgesamt 1-mal geändert.
-
Lord_Carlos
- Beiträge: 5578
- Registriert: 30.04.2006 17:58:52
- Lizenz eigener Beiträge: GNU Free Documentation License
- Wohnort: Dänemark
Beitrag
von Lord_Carlos » 19.03.2011 00:10:09
no suitable flex found. Please
install the 'flex' package.
Uff, thats a tuff one.
Man koennte mal versuchen das Paket
flex zu installieren.
Code: Alles auswählen
╔═╗┬ ┬┌─┐┌┬┐┌─┐┌┬┐╔╦╗
╚═╗└┬┘└─┐ │ ├┤ │││ ║║
╚═╝ ┴ └─┘ ┴ └─┘┴ ┴═╩╝ rockt das Forum!
-
Linuxhai
Beitrag
von Linuxhai » 19.03.2011 11:37:34
Lord_Carlos hat geschrieben:
Uff, thats a tuff one.
Man koennte mal versuchen das Paket
flex zu installieren.
Das hatte ich versucht zu installieren, doch da gab es ständig Probleme mit "bison"
Nach einem Update ist es mir nun gelungen die fehlenden Pakete zu installieren.
MfG Linuxhai