Thread Grafiken generieren in Perl (16 answers)
Opened by stb2050 at 2003-08-15 18:24

stb2050
 2003-08-16 14:47
#55381 #55381
User since
2003-08-14
87 Artikel
BenutzerIn
[default_avatar]
Hi Du,

habe ich bereits versucht (ist übrigens Suse Linux 8.1), über SSH:

wget http://www.boutell.com/gd/http/gd-2.0.15.tar.gz
tar xzf gd-2.0.15.tar.get
cd gd-2.0.15

Danach:

./configure

Dabei kam folgender Fehler:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
checking for a BSD-compatible install... /usr/bin/install -c 
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... 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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... ./configure: line 2868: cd: ..: No such file
or directory
gcc3
checking for gcc option to accept ANSI C... cat: confdefs.h: No such file or dir
ectory
none needed
checking for a BSD-compatible install... /usr/bin/install -c
configure: error: cannot run /bin/sh config/config.sub


Viele Grüße
Steffen

View full thread Grafiken generieren in Perl