Blev också intresserad av detta program.
Men jag fick lite problem.
Jag har följt installation instruktionen på sidan:
http://striim.sourceforge.net/faq.php
När jag packat upp den nedladdade filen, skriver jag:
mats@laptop:~$ ./configure
och får följande output:
bash: ./configure: Filen eller katalogen finns inte
mats@laptop:~$ cd striim-0.0.4/
mats@laptop:~/striim-0.0.4$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
mats@laptop:~/striim-0.0.4$ MAKE
bash: MAKE: kommandot hittades inte
mats@laptop:~/striim-0.0.4$ sh ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
Sedan när jag skriver:
mats@laptop:~/striim-0.0.4$ make
Får jag det eminenta svaret:
make: *** Inga mål angavs och ingen makefil hittades. Stannar.
mats@laptop:~/striim-0.0.4$
Vad gör jag för fel?