Postoje li driveri za Canon MP630 za 64-bitnu Fedoru 13? Jedino što sam našao su 32-bitni driveri na Canonovoj stranici: http://software.canon-europe.com/software/0031330.asp?model=
Razmisljao sam da kompajliram source, ali sam naletio na problem. U INSTALL-u (koji se nalazi u libs, odakle radim sve) pise da pokrenem /.autoconf.sh, to sam i napravio. Sve je napravio kako treba dok nije pokrenuo /.configure koji je izbacio ovo:
- Kod: Označi sve
Running ./configure ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 the C++ compiler works... no
configure: error: in `/home/davor/Downloads/print/pr/libs':
configure: error: C++ compiler cannot create executables
See `config.log' for more details.
Kako mogu instalirati ove aplikacije koje fale (pored njih pise no, barem mislim da je to moj problem...)?