PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Screen on aix



jbo83
29-01-2007, 09:50
Hallo Zusammen,

versuche mittels vac 6 screen 4 auf aix 5.3 zu kompilieren.

Allerdings bricht das configure Skript, bei der Sektion fifos, schon ab.


configure: checking select...
configure: checking fifos...
- your fifos are not usable
configure: checking sockets...
- your sockets are not usable
configure: error: you have neither usable sockets nor usable pipes -> no screen


Einer eine Idee wie man das lösen kann?

Gruß.....

darkfader
03-02-2007, 16:51
Hallo Zusammen,

versuche mittels vac 6 screen 4 auf aix 5.3 zu kompilieren.

Allerdings bricht das configure Skript, bei der Sektion fifos, schon ab.


configure: checking select...
configure: checking fifos...
- your fifos are not usable
configure: checking sockets...
- your sockets are not usable
configure: error: you have neither usable sockets nor usable pipes -> no screen


Einer eine Idee wie man das lösen kann?

Gruß.....

guck mal hier - und pruefe mal Deine autoconf Installation.
http://dellelce.com/code/screen/screenchanges_0.pdf

jbo83
27-02-2007, 12:38
ok hab es jetzt mit GCC zum laufen gebracht.

Zusätzlich war noch ein:

less misc.c |sed 's/# if defined(linux) || defined(__convex__) || (BSD >= 199103
)/# if defined(linux) || defined(__convex__) || (BSD >= 199103) || (_AIX)/g' >>
misc.c1
mv misc.c1 misc.c
notwendig...


danke für die Hilfe.