Od dwóch dni poznaję linux mint 16, więc proszę o wyrozumiałość i poziom tłumaczenia dla idiotów.
Mam internet mobilny na usb, któru nie uruchamia mi się. Próbowałam zainstalować
http://wvstreams.googlecode.com/files/wvstreams-4.6.1.tar.gz
http://wvstreams.googlecode.com/files/wvdial-1.61.tar.gz
Postępowałam według instrukcji ze strony
https://www.facebook.com/Freaksolution/posts/200435690105190
.
Coś chyba idzie nie tak, bo w terminarzu pojawiło mi się:
lena@lena-Lenovo-B575e ~/Pulpit $ cd wvstreams-4.6.1
lena@lena-Lenovo-B575e ~/Pulpit/wvstreams-4.6.1 $ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... /lib/cpp
configure: error: in `/home/lena/Pulpit/wvstreams-4.6.1':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
lena@lena-Lenovo-B575e ~/Pulpit/wvstreams-4.6.1 $ make
* Generating CC using c
* Generating CXX using cc
make: *** No rule to make target `config.mk', needed by `all'. Stop.
lena@lena-Lenovo-B575e ~/Pulpit/wvstreams-4.6.1 $ make install
/usr/bin/install -c -d /usr/local/lib
for i in libwvbase.so libwvutils.so libwvstreams.so libuniconf.so libwvdbus.so libwvqt.so; do
/usr/bin/install -c $i. /usr/local/lib/ ;
done
/usr/bin/install: cannot stat ‘libwvbase.so.’: No such file or directory
/usr/bin/install: cannot stat ‘libwvutils.so.’: No such file or directory
/usr/bin/install: cannot stat ‘libwvstreams.so.’: No such file or directory
/usr/bin/install: cannot stat ‘libuniconf.so.’: No such file or directory
/usr/bin/install: cannot stat ‘libwvdbus.so.’: No such file or directory
/usr/bin/install: cannot stat ‘libwvqt.so.’: No such file or directory
make: *** [install-shared] Error 1
lena@lena-Lenovo-B575e ~/Pulpit/wvstreams-4.6.1 $ make install
/usr/bin/install -c -d /usr/local/lib
for i in libwvbase.so libwvutils.so libwvstreams.so libuniconf.so libwvdbus.so libwvqt.so; do
/usr/bin/install -c $i. /usr/local/lib/ ;
done
/usr/bin/install: cannot stat ‘libwvbase.so.’: No such file or directory
/usr/bin/install: cannot stat ‘libwvutils.so.’: No such file or directory
/usr/bin/install: cannot stat ‘libwvstreams.so.’: No such file or directory
/usr/bin/install: cannot stat ‘libuniconf.so.’: No such file or directory
/usr/bin/install: cannot stat ‘libwvdbus.so.’: No such file or directory
/usr/bin/install: cannot stat ‘libwvqt.so.’: No such file or directory
make: *** [install-shared] Error 1
Czy cos trzeba jeszcze doinstalować?