Please help me getting K8055 work under Ubuntu 9.10

Hello!
Im trying to get my K8055 board work under Linux Ubuntu 9.10. Unfortunately no luck so far.

What I have done:

  1. found page libk8055.sourceforge.net/#intro where are Linux installation instructions.
  2. Noticed the requirements: GCC; libusb newer than 0.1.9; kernel newer than 2.4.18
  3. Opened my KPackageKit and found a lot replys to GCC. Installed some of them (C++, core, etc)
  4. Tried to find LIBUSB, but it was already installed.
  5. Checked my kernel in terminal: uname -r
  6. Downloaded sources: prdownloads.sourceforge.net/libk … 0.2.tar.gz
  7. Then in terminal ‘cd’ to the directory containing the package’s source code and typed
    `./configure’ to configure the package for my system.
  8. Then typed `make’ to compile the package.
  9. And then ‘make install’

Got this:

[size=85][color=#008000]x@x:~/Allalaadimised/k8055$ ./configure
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking whether make sets $(MAKE)… yes
checking for working aclocal-1.4… missing
checking for working autoconf… missing
checking for working automake-1.4… missing
checking for working autoheader… missing
checking for working makeinfo… missing
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… no
checking for FCC… no
checking for KCC… no
checking for RCC… no
checking for xlC_r… no
checking for xlC… no
checking for C++ compiler default output file name… configure: error: C++ compiler cannot create executables
See config.log' for more details. x@x:~/Allalaadimised/k8055$ [b]make[/b] make: stat: /root/k8055/k8055/Makefile.in: Permission denied make: stat: /root/k8055/k8055/configure.in: Permission denied make: *** No rule to make target/root/k8055/k8055/configure.in’, needed by /root/k8055/k8055/Makefile.in'. Stop. x@x:~/Allalaadimised/k8055$ [b]make install[/b] make: stat: /root/k8055/k8055/Makefile.in: Permission denied make: stat: /root/k8055/k8055/configure.in: Permission denied make: *** No rule to make target/root/k8055/k8055/configure.in’, needed by `/root/k8055/k8055/Makefile.in’. Stop.[/color][/size]

I tried with root privileges by command ‘su username’ but this didn’t help.
Can anyone teach me how to get it work.?

(Im using laptop IBM Lenovo R61)

You can’t became root on Ubuntu with su command.
Have to use sudo and use your own user password. Then… sudo make install.
Or you can became root using sudo -i and then use make, make install.

Thanks! Im not much familiar with Linux commands.
Got this

[size=85][color=#004000]x@x:~/Allalaadimised/k8055$ sudo ./configure
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking whether make sets $(MAKE)… yes
checking for working aclocal-1.4… missing
checking for working autoconf… missing
checking for working automake-1.4… missing
checking for working autoheader… missing
checking for working makeinfo… missing
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… no
checking for FCC… no
checking for KCC… no
checking for RCC… no
checking for xlC_r… no
checking for xlC… no
checking for C++ compiler default output file name… configure: error: C++ compiler cannot create executables
See config.log' for more details. x@x:~/Allalaadimised/k8055$ sudo make make: *** No rule to make target/root/k8055/k8055/configure.in’, needed by /root/k8055/k8055/Makefile.in'. Stop. x@x:~/Allalaadimised/k8055$ sudo make install make: *** No rule to make target/root/k8055/k8055/configure.in’, needed by `/root/k8055/k8055/Makefile.in’. Stop.[/color]
[/size]
[color=#FF0000]No rule to make target…??[/color]

I think I will soon go back to Windows XP. Less headache with compiling/installing

This is why regular users always try Linux, but switch back to Windows :wink:

checking for C++ compiler default output file name… configure: error: C++ compiler cannot create executables
See `config.log’ for more details.

This is the point. Your compiler seems to have some problem to work. You’ve to look at config.log in your source directory.

configure have to create a valid Makefile to explain how source should be compiled.
If for any reason configure fails it’ll not create a Makefile file. Then make doesn’t know how to compile.

You can use more command to see what’s in config.log.

sudo more config.log

Paste errors. So it could be possibile see what happen.

I was looking to sourcecode. Seems that you don’t need to run confiugure command.

[i]root@warfox-laptop:~# wget prdownloads.sourceforge.net/libk … 0.2.tar.gz
–2010-03-19 10:36:39-- prdownloads.sourceforge.net/libk … 0.2.tar.gz
Risoluzione di prdownloads.sourceforge.net… 216.34.181.59
Connessione a prdownloads.sourceforge.net|216.34.181.59|:80… connesso.
HTTP richiesta inviata, in attesa di risposta… 302 Found
Posizione: heanet.dl.sourceforge.net/projec … 0.2.tar.gz [segue]
–2010-03-19 10:36:39-- heanet.dl.sourceforge.net/projec … 0.2.tar.gz
Risoluzione di heanet.dl.sourceforge.net… 193.1.193.66, 2001:770:18:aa40::c101:c142
Connessione a heanet.dl.sourceforge.net|193.1.193.66|:80… connesso.
HTTP richiesta inviata, in attesa di risposta… 200 OK
Lunghezza: 54409 (53K) [application/x-gzip]
Salvataggio in: “libk8055.0.2.tar.gz”

100%[======================================>] 54.409 52,0K/s in 1,0s

2010-03-19 10:36:41 (52,0 KB/s) - “libk8055.0.2.tar.gz” salvato [54409/54409]

root@warfox-laptop:~#
root@warfox-laptop:~#
root@warfox-laptop:~# ls
libk8055.0.2.tar.gz
root@warfox-laptop:~# gunzip libk8055.0.2.tar.gz
root@warfox-laptop:~# ls
libk8055.0.2.tar
root@warfox-laptop:~# tar xvf libk8055.0.2.tar
src/libk8055.c
src/k8055.h
src/main.c
src/Makefile
src/README.txt
src/pyk8055/k8055.py
src/pyk8055/k8055test.py
src/pyk8055/libk8055.i
src/pyk8055/Makefile
src/pyk8055/pyplotA.py
src/pyk8055/pyplotA_1.png
src/pyk8055/pyplotD.py
src/pyk8055/pyplotD_2.png
src/pyk8055/setup.py
src/man/k8055.1.gz
root@warfox-laptop:~# ls
libk8055.0.2.tar src
root@warfox-laptop:~# cd src/
root@warfox-laptop:~/src# ls
k8055.h libk8055.c main.c Makefile man pyk8055 README.txt
root@warfox-laptop:~/src# more RE
RE: Nessun file o directory
root@warfox-laptop:~/src# more README.txt
The k8055 require libusb-0.1.9 or newer and kernel 2.4.18 or never.

install:
#make all
#make install
update ld.so.conf with “/usr/local/lib” if not there or run
env-update at gentoo systems

uninstall:
#make uninstall

Check out the Makefile for all different make rules…

use k8055 library:
in the program file “#include <k8055.h>” and compile with -lk8055 and
-lusb, e.g gcc -lusb -lk8055 main.c -o k8055_rocks
root@warfox-laptop:~/src# make all
gcc -DDAEMON -Wall -c main.c
main.c:36:17: error: usb.h: Nessun file o directory
make: *** [main.o] Errore 1
root@warfox-laptop:~/src#
[/i]

You need it for usb lib support.

[i]root@warfox-laptop:~/src# wget downloads.sourceforge.net/projec … ror=heanet
–2010-03-19 10:43:59-- downloads.sourceforge.net/projec … ror=heanet
Risoluzione di downloads.sourceforge.net… 216.34.181.59
Connessione a downloads.sourceforge.net|216.34.181.59|:80… connesso.
HTTP richiesta inviata, in attesa di risposta… 302 Found
Posizione: heanet.dl.sourceforge.net/projec … .6.tar.bz2 [segue]
–2010-03-19 10:44:02-- heanet.dl.sourceforge.net/projec … .6.tar.bz2
Risoluzione di heanet.dl.sourceforge.net… 193.1.193.66, 2001:770:18:aa40::c101:c142
Connessione a heanet.dl.sourceforge.net|193.1.193.66|:80… connesso.
HTTP richiesta inviata, in attesa di risposta… 200 OK
Lunghezza: 322956 (315K) [application/x-bzip2]
Salvataggio in: “libusb-1.0.6.tar.bz2”

100%[======================================>] 322.956 174K/s in 1,8s

2010-03-19 10:44:04 (174 KB/s) - “libusb-1.0.6.tar.bz2” salvato [322956/322956]

root@warfox-laptop:~/src# bunzip2 libusb-1.0.6.tar.bz2
root@warfox-laptop:~/src# tar cvf libusb-1.0.6.tar
tar: Rifiuto totale di creare un archivio vuoto
Usare “tar --help” o “tar --usage” per ulteriori informazioni.
root@warfox-laptop:~/src# tar xvf libusb-1.0.6.tar
libusb-1.0.6/
libusb-1.0.6/config.guess
libusb-1.0.6/ChangeLog
libusb-1.0.6/configure.ac
libusb-1.0.6/libusb-1.0.pc.in
libusb-1.0.6/README
libusb-1.0.6/Makefile.am
libusb-1.0.6/ltmain.sh
libusb-1.0.6/PORTING
libusb-1.0.6/Makefile.in
libusb-1.0.6/doc/
libusb-1.0.6/doc/Makefile.am
libusb-1.0.6/doc/Makefile.in
libusb-1.0.6/doc/doxygen.cfg.in
libusb-1.0.6/config.sub
libusb-1.0.6/examples/
libusb-1.0.6/examples/dpfp_threaded.c
libusb-1.0.6/examples/Makefile.am
libusb-1.0.6/examples/dpfp.c
libusb-1.0.6/examples/Makefile.in
libusb-1.0.6/examples/lsusb.c
libusb-1.0.6/NEWS
libusb-1.0.6/compile
libusb-1.0.6/libusb/
libusb-1.0.6/libusb/core.c
libusb-1.0.6/libusb/Makefile.am
libusb-1.0.6/libusb/libusbi.h
libusb-1.0.6/libusb/sync.c
libusb-1.0.6/libusb/Makefile.in
libusb-1.0.6/libusb/os/
libusb-1.0.6/libusb/os/linux_usbfs.h
libusb-1.0.6/libusb/os/linux_usbfs.c
libusb-1.0.6/libusb/os/darwin_usb.c
libusb-1.0.6/libusb/os/darwin_usb.h
libusb-1.0.6/libusb/descriptor.c
libusb-1.0.6/libusb/libusb.h
libusb-1.0.6/libusb/io.c
libusb-1.0.6/depcomp
libusb-1.0.6/THANKS
libusb-1.0.6/INSTALL
libusb-1.0.6/aclocal.m4
libusb-1.0.6/missing
libusb-1.0.6/TODO
libusb-1.0.6/config.h.in
libusb-1.0.6/install-sh
libusb-1.0.6/AUTHORS
libusb-1.0.6/COPYING
libusb-1.0.6/configure
root@warfox-laptop:~/src# cd libusb-1.0.6
root@warfox-laptop:~/src/libusb-1.0.6# ls
aclocal.m4 config.h.in depcomp libusb missing TODO
AUTHORS config.sub doc libusb-1.0.pc.in NEWS
ChangeLog configure examples ltmain.sh PORTING
compile configure.ac INSTALL Makefile.am README
config.guess COPYING install-sh Makefile.in THANKS
root@warfox-laptop:~/src/libusb-1.0.6# ./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… no
checking for mawk… mawk
checking whether make sets $(MAKE)… yes
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 style of include used by make… GNU
checking dependency style of gcc… gcc3
checking build system type… x86_64-unknown-linux-gnu
checking host system type… x86_64-unknown-linux-gnu
checking for a sed that does not truncate output… /bin/sed
checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for fgrep… /bin/grep -F
checking for ld used by gcc… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for BSD- or MS-compatible name lister (nm)… /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface… BSD nm
checking whether ln -s works… yes
checking the maximum length of command line arguments… 1572864
checking whether the shell understands some XSI constructs… yes
checking whether the shell understands “+=”… yes
checking for /usr/bin/ld option to reload object files… -r
checking for objdump… objdump
checking how to recognize dependent libraries… pass_all
checking for ar… ar
checking for strip… strip
checking for ranlib… ranlib
checking command to parse /usr/bin/nm -B output from gcc object… ok
checking how to run the C preprocessor… gcc -E
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking for dlfcn.h… yes
checking for objdir… .libs
checking if gcc supports -fno-rtti -fno-exceptions… no
checking for gcc option to produce PIC… -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works… yes
checking if gcc static flag -static works… yes
checking if gcc supports -c -o file.o… yes
checking if gcc supports -c -o file.o… (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes
checking whether -lc should be explicitly linked in… no
checking dynamic linker characteristics… GNU/Linux ld.so
checking how to hardcode library paths into programs… immediate
checking whether stripping libraries is possible… yes
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… yes
checking whether to build static libraries… yes
checking for inline… inline
checking whether gcc and cc understand -c and -o together… yes
checking operating system… Linux
checking for clock_gettime in -lrt… yes
checking sys/timerfd.h usability… yes
checking sys/timerfd.h presence… yes
checking for sys/timerfd.h… yes
checking whether TFD_NONBLOCK is declared… yes
checking whether to use timerfd for timing… yes
configure: creating ./config.status
config.status: creating libusb-1.0.pc
config.status: creating Makefile
config.status: creating libusb/Makefile
config.status: creating examples/Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen.cfg
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
root@warfox-laptop:~/src/libusb-1.0.6#

root@warfox-laptop:~/src# wget downloads.sourceforge.net/projec … ror=heanet
–2010-03-19 10:43:59-- downloads.sourceforge.net/projec … ror=heanet
Risoluzione di downloads.sourceforge.net… 216.34.181.59
Connessione a downloads.sourceforge.net|216.34.181.59|:80… connesso.
HTTP richiesta inviata, in attesa di risposta… 302 Found
Posizione: heanet.dl.sourceforge.net/projec … .6.tar.bz2 [segue]
–2010-03-19 10:44:02-- heanet.dl.sourceforge.net/projec … .6.tar.bz2
Risoluzione di heanet.dl.sourceforge.net… 193.1.193.66, 2001:770:18:aa40::c101:c142
Connessione a heanet.dl.sourceforge.net|193.1.193.66|:80… connesso.
HTTP richiesta inviata, in attesa di risposta… 200 OK
Lunghezza: 322956 (315K) [application/x-bzip2]
Salvataggio in: “libusb-1.0.6.tar.bz2”

100%[======================================>] 322.956 174K/s in 1,8s

2010-03-19 10:44:04 (174 KB/s) - “libusb-1.0.6.tar.bz2” salvato [322956/322956]

root@warfox-laptop:~/src# bunzip2 libusb-1.0.6.tar.bz2
root@warfox-laptop:~/src# tar cvf libusb-1.0.6.tar
tar: Rifiuto totale di creare un archivio vuoto
Usare “tar --help” o “tar --usage” per ulteriori informazioni.
root@warfox-laptop:~/src# tar xvf libusb-1.0.6.tar
libusb-1.0.6/
libusb-1.0.6/config.guess
libusb-1.0.6/ChangeLog
libusb-1.0.6/configure.ac
libusb-1.0.6/libusb-1.0.pc.in
libusb-1.0.6/README
libusb-1.0.6/Makefile.am
libusb-1.0.6/ltmain.sh
libusb-1.0.6/PORTING
libusb-1.0.6/Makefile.in
libusb-1.0.6/doc/
libusb-1.0.6/doc/Makefile.am
libusb-1.0.6/doc/Makefile.in
libusb-1.0.6/doc/doxygen.cfg.in
libusb-1.0.6/config.sub
libusb-1.0.6/examples/
libusb-1.0.6/examples/dpfp_threaded.c
libusb-1.0.6/examples/Makefile.am
libusb-1.0.6/examples/dpfp.c
libusb-1.0.6/examples/Makefile.in
libusb-1.0.6/examples/lsusb.c
libusb-1.0.6/NEWS
libusb-1.0.6/compile
libusb-1.0.6/libusb/
libusb-1.0.6/libusb/core.c
libusb-1.0.6/libusb/Makefile.am
libusb-1.0.6/libusb/libusbi.h
libusb-1.0.6/libusb/sync.c
libusb-1.0.6/libusb/Makefile.in
libusb-1.0.6/libusb/os/
libusb-1.0.6/libusb/os/linux_usbfs.h
libusb-1.0.6/libusb/os/linux_usbfs.c
libusb-1.0.6/libusb/os/darwin_usb.c
libusb-1.0.6/libusb/os/darwin_usb.h
libusb-1.0.6/libusb/descriptor.c
libusb-1.0.6/libusb/libusb.h
libusb-1.0.6/libusb/io.c
libusb-1.0.6/depcomp
libusb-1.0.6/THANKS
libusb-1.0.6/INSTALL
libusb-1.0.6/aclocal.m4
libusb-1.0.6/missing
libusb-1.0.6/TODO
libusb-1.0.6/config.h.in
libusb-1.0.6/install-sh
libusb-1.0.6/AUTHORS
libusb-1.0.6/COPYING
libusb-1.0.6/configure
root@warfox-laptop:~/src# cd libusb-1.0.6
root@warfox-laptop:~/src/libusb-1.0.6# ls
aclocal.m4 config.h.in depcomp libusb missing TODO
AUTHORS config.sub doc libusb-1.0.pc.in NEWS
ChangeLog configure examples ltmain.sh PORTING
compile configure.ac INSTALL Makefile.am README
config.guess COPYING install-sh Makefile.in THANKS
root@warfox-laptop:~/src/libusb-1.0.6# ./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… no
checking for mawk… mawk
checking whether make sets $(MAKE)… yes
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 style of include used by make… GNU
checking dependency style of gcc… gcc3
checking build system type… x86_64-unknown-linux-gnu
checking host system type… x86_64-unknown-linux-gnu
checking for a sed that does not truncate output… /bin/sed
checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for fgrep… /bin/grep -F
checking for ld used by gcc… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for BSD- or MS-compatible name lister (nm)… /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface… BSD nm
checking whether ln -s works… yes
checking the maximum length of command line arguments… 1572864
checking whether the shell understands some XSI constructs… yes
checking whether the shell understands “+=”… yes
checking for /usr/bin/ld option to reload object files… -r
checking for objdump… objdump
checking how to recognize dependent libraries… pass_all
checking for ar… ar
checking for strip… strip
checking for ranlib… ranlib
checking command to parse /usr/bin/nm -B output from gcc object… ok
checking how to run the C preprocessor… gcc -E
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking for dlfcn.h… yes
checking for objdir… .libs
checking if gcc supports -fno-rtti -fno-exceptions… no
checking for gcc option to produce PIC… -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works… yes
checking if gcc static flag -static works… yes
checking if gcc supports -c -o file.o… yes
checking if gcc supports -c -o file.o… (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes
checking whether -lc should be explicitly linked in… no
checking dynamic linker characteristics… GNU/Linux ld.so
checking how to hardcode library paths into programs… immediate
checking whether stripping libraries is possible… yes
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… yes
checking whether to build static libraries… yes
checking for inline… inline
checking whether gcc and cc understand -c and -o together… yes
checking operating system… Linux
checking for clock_gettime in -lrt… yes
checking sys/timerfd.h usability… yes
checking sys/timerfd.h presence… yes
checking for sys/timerfd.h… yes
checking whether TFD_NONBLOCK is declared… yes
checking whether to use timerfd for timing… yes
configure: creating ./config.status
config.status: creating libusb-1.0.pc
config.status: creating Makefile
config.status: creating libusb/Makefile
config.status: creating examples/Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen.cfg
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
root@warfox-laptop:~/src/libusb-1.0.6#

[/i]

Here is my config.log
[size=85]This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure

---------

Platform.

---------

hostname = x
uname -m = i686
uname -r = 2.6.31-20-generic
uname -s = Linux
uname -v = #58-Ubuntu SMP Fri Mar 12 05:23:09 UTC 2010

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/X11R6/bin

-----------

Core tests.

-----------

configure:1524: checking for a BSD-compatible install
configure:1579: result: /usr/bin/install -c
configure:1590: checking whether build environment is sane
configure:1633: result: yes
configure:1648: checking whether make sets $(MAKE)
configure:1668: result: yes
configure:1700: checking for working aclocal-1.4
configure:1711: result: missing
configure:1715: checking for working autoconf
configure:1726: result: missing
configure:1730: checking for working automake-1.4
configure:1741: result: missing
configure:1745: checking for working autoheader
configure:1756: result: missing
configure:1760: checking for working makeinfo
configure:1771: result: missing
configure:1835: checking for g++
configure:1864: result: no
configure:1835: checking for c++
configure:1864: result: no
configure:1835: checking for gpp
configure:1864: result: no
configure:1835: checking for aCC
configure:1864: result: no
configure:1835: checking for CC
configure:1864: result: no
configure:1835: checking for cxx
configure:1864: result: no
configure:1835: checking for cc++
configure:1864: result: no
configure:1835: checking for cl
configure:1864: result: no
configure:1835: checking for FCC
configure:1864: result: no
configure:1835: checking for KCC
configure:1864: result: no
configure:1835: checking for RCC
configure:1864: result: no
configure:1835: checking for xlC_r
configure:1864: result: no
configure:1835: checking for xlC
configure:1864: result: no
configure:1877: checking for C++ compiler version
configure:1880: g++ --version </dev/null >&5
./configure: line 1881: g++: command not found
configure:1883: $? = 127
configure:1885: g++ -v </dev/null >&5
./configure: line 1886: g++: command not found
configure:1888: $? = 127
configure:1890: g++ -V </dev/null >&5
./configure: line 1891: g++: command not found
configure:1893: $? = 127
configure:1916: checking for C++ compiler default output file name
configure:1919: g++ conftest.cc >&5
./configure: line 1920: g++: command not found
configure:1922: $? = 127
configure: failed program was:
| /* confdefs.h. /
|
| #define PACKAGE_NAME “”
| #define PACKAGE_TARNAME “”
| #define PACKAGE_VERSION “”
| #define PACKAGE_STRING “”
| #define PACKAGE_BUGREPORT “”
| #define PACKAGE “k8055”
| #define VERSION “0.1”
| /
end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:1961: error: C++ compiler cannot create executables
See `config.log’ for more details.

----------------

Cache variables.

----------------

ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_install=’/usr/bin/install -c’
ac_cv_prog_make_make_set=yes

-----------------

Output variables.

-----------------

ACLOCAL=’/home/x/Allalaadimised/k8055/missing aclocal-1.4’
AUTOCONF=’/home/x/Allalaadimised/k8055/missing autoconf’
AUTOHEADER=’/home/x/Allalaadimised/k8055/missing autoheader’
AUTOMAKE=’/home/x/Allalaadimised/k8055/missing automake-1.4’
CC=’’
CFLAGS=’’
CPPFLAGS=’’
CXX=‘g++’
CXXCPP=’’
CXXFLAGS=’’
DEFS=’’
ECHO=‘echo’
ECHO_C=’’
ECHO_N=’-n’
ECHO_T=’’
EGREP=’’
EXEEXT=’’
INSTALL_DATA=’${INSTALL} -m 644’
INSTALL_PROGRAM=’${INSTALL}’
INSTALL_SCRIPT=’${INSTALL}’
LDFLAGS=’’
LIBOBJS=’’
LIBS=’’
LIBTOOL=’’
LN_S=’’
LTLIBOBJS=’’
[color=#FF0000]MAKEINFO=’/home/x/Allalaadimised/k8055/missing makeinfo’[/color]
OBJEXT=’’
PACKAGE=‘k8055’
PACKAGE_BUGREPORT=’’
PACKAGE_NAME=’’
PACKAGE_STRING=’’
PACKAGE_TARNAME=’’
PACKAGE_VERSION=’’
PATH_SEPARATOR=’:’
RANLIB=’’
SET_MAKE=’’
SHELL=’/bin/bash’
STRIP=’’
VERSION=‘0.1’
ac_ct_CC=’’
ac_ct_CXX=‘g++’
ac_ct_RANLIB=’’
ac_ct_STRIP=’’
bindir=’${exec_prefix}/bin’
build=’’
build_alias=’’
build_cpu=’’
build_os=’’
build_vendor=’’
datadir=’${prefix}/share’
exec_prefix=‘NONE’
host=’’
host_alias=’’
host_cpu=’’
host_os=’’
host_vendor=’’
includedir=’${prefix}/include’
infodir=’${prefix}/info’
libdir=’${exec_prefix}/lib’
libexecdir=’${exec_prefix}/libexec’
localstatedir=’${prefix}/var’
mandir=’${prefix}/man’
oldincludedir=’/usr/include’
prefix=‘NONE’
program_transform_name=‘s,x,x,’
sbindir=’${exec_prefix}/sbin’
sharedstatedir=’${prefix}/com’
sysconfdir=’${prefix}/etc’
target_alias=’’

-----------

confdefs.h.

-----------

#define PACKAGE “k8055”
#define PACKAGE_BUGREPORT “”
#define PACKAGE_NAME “”
#define PACKAGE_STRING “”
#define PACKAGE_TARNAME “”
#define PACKAGE_VERSION “”
#define VERSION “0.1”

configure: exit 77
[/size]

There is something with makeinfo file…

configure:1700: checking for working aclocal-1.4
configure:1711: result: missing
configure:1715: checking for working autoconf
configure:1726: result: missing
configure:1730: checking for working automake-1.4
configure:1741: result: missing
configure:1745: checking for working autoheader
configure:1756: result: missing
configure:1760: checking for working makeinfo
configure:1771: result: missing
configure:1835: checking for g++
configure:1864: result: no
configure:1835: checking for c++
configure:1864: result: no
configure:1835: checking for gpp
configure:1864: result: no
configure:1835: checking for aCC
configure:1864: result: no
configure:1835: checking for CC
configure:1864: result: no
configure:1835: checking for cxx
configure:1864: result: no
configure:1835: checking for cc++
configure:1864: result: no
configure:1835: checking for cl
configure:1864: result: no
configure:1835: checking for FCC
configure:1864: result: no
configure:1835: checking for KCC
configure:1864: result: no
configure:1835: checking for RCC
configure:1864: result: no
configure:1835: checking for xlC_r
configure:1864: result: no
configure:1835: checking for xlC
configure:1864: result: no
configure:1877: checking for C++ compiler version
configure:1880: g++ --version </dev/null >&5
./configure: line 1881: g++: command not found
configure:1883: $? = 127
configure:1885: g++ -v </dev/null >&5
./configure: line 1886: g++: command not found
configure:1888: $? = 127
configure:1890: g++ -V </dev/null >&5
./configure: line 1891: g++: command not found
configure:1893: $? = 127
configure:1916: checking for C++ compiler default output file name
configure:1919: g++ conftest.cc >&5
./configure: line 1920: g++: command not found
configure:1922: $? = 127

Seems that you miss lot of developing tool first of all a valid C compiler.

Hello,

I think you’re complicating a lot of things …

First you shouldn’t use configure, but make directly, then sudo make install. Un Ubuntu 9 you may need to install the build-essentials package.

For an Ubuntu 9, you can try this page (in French) it’s a bit heavy procedure but it seems to work :
doc.ubuntu-fr.org/k8055

For Ubuntu 10 and 11 you can try this one (also in French, mine) a lot shorter :
david.meziere.eu/wiki/systeme/k8055

David.