What's new

Kompilacja Komplikacja Ubuntu 7.0 /autogen.sh

Status
Not open for further replies.

Maniek NarutoOT

Advanced User
Joined
Feb 22, 2011
Messages
308
Reaction score
5
Po wpisaniu komendy do komplikacji

/autogen.sh


mam blad : czegos mi brakuje ?


root@h214:/usr/src/OTSL/sources# ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
configure.ac:143: warning: macro 'AM_PATH_XML2' not found in library
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
configure.ac:143: error: possibly undefined macro: AM_PATH_XML2
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
 

smolarek2

Advanced User
Joined
Aug 1, 2009
Messages
217
Reaction score
3
Odp: Komplikacja Ubuntu 7.0 /autogen.sh

A to co za problem?
checking for main in -lboost_thread-gcc-mt... no
checking for main in -lboost_thread-mt... no
checking for main in -lboost_thread... no
configure: error: "Linking against boost::thread library failed."
 

Gandhi

Active User
Joined
Aug 7, 2013
Messages
80
Reaction score
19
Odp: Komplikacja Ubuntu 7.0 /autogen.sh

sudo apt-get install libboost-dev

Je?li jeszcze czego? b?dzie ci brakowa?, to spr?buj jeszcze:
sudo apt-get install libcrypto++-dev

A wi?cej nie pami?tam.
 

smolarek2

Advanced User
Joined
Aug 1, 2009
Messages
217
Reaction score
3
Odp: Komplikacja Ubuntu 7.0 /autogen.sh

DALEJ to samo ;x i jeszcze jeden blad
root@h214:/home/tfs/lua-5.1.4# make linux && make install
cd src && make linux
make[1]: Entering directory `/home/tfs/lua-5.1.4/src'
make all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses"
make[2]: Entering directory `/home/tfs/lua-5.1.4/src'
gcc -o lua lua.o liblua.a -lm -Wl,-E -ldl -lreadline -lhistory -lncurses
/usr/bin/ld: cannot find -lncurses
collect2: error: ld returned 1 exit status
make[2]: *** [lua] Error 1
make[2]: Leaving directory `/home/tfs/lua-5.1.4/src'
make[1]: *** [linux] Error 2
make[1]: Leaving directory `/home/tfs/lua-5.1.4/src'
make: *** [linux] Error 2

A z tamtym te? mam problemy ;'x
 
Last edited:

Maniek NarutoOT

Advanced User
Joined
Feb 22, 2011
Messages
308
Reaction score
5
Odp: Komplikacja Ubuntu 7.0 /autogen.sh

Przy konfigurowaniu :

configure: error: "Linking against boost::regex library failed."

B??d z biblotekami... Propozycje?
 
Last edited:
Status
Not open for further replies.
Top