hpijs 1.31 Installation Problem

Post Reply
Message
Author
mayasun
Posts: 13
Joined: 26. Jan 2003 12:12

hpijs 1.31 Installation Problem

#1 Post by mayasun »

Hallo,

hab ein blödes Problem mit der Installation von den neuen hpijs 1.31 Treiber. Nach dem entpacken geb ich "./configure" ein, bis dahin alles in Ordnung aber bei "make" kommte eine Fehlermeldung:...

[root@localhost hpijs-1.3.1]# make
source='hpijs.cpp' object='hpijs.o' libtool=no \
depfile='.deps/hpijs.Po' tmpdepfile='.deps/hpijs.TPo' \
depmode=none /bin/sh ./depcomp \
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"hpijs\" -DVERSION=\"1.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_MALLOC_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DVERSION=\"1.3.1\" -DHAVE_STRTOD=1 -DHAVE_STRTOL=1 -DHAVE_LIBM=1 -I. -I. -O2 -Wall -DAPDK_LITTLE_ENDIAN -DAPDK_DJ660 -DAPDK_DJ6xx -DAPDK_DJ6xxPhoto -DAPDK_DJ8xx -DAPDK_DJ9xx -DAPDK_DJ9xxVIP -DAPDK_DJ630 -DAPDK_APOLLO2XXX -DAPDK_APOLLO21XX -DAPDK_APOLLO2560 -DAPDK_DJ600 -DAPDK_DJ350 -DAPDK_DJ8x5 -DAPDK_PSP100 -DAPDK_AUTODUPLEX -DAPDK_HIGH_RES_MODES -DAPDK_LJMONO -DAPDK_DJ540 -DAPDK_DJ850 -DAPDK_DJ890 -DAPDK_DJ3320 -DAPDK_LJCOLOR -DAPDK_DJGENERICVIP -DAPDK_AUTO_INCLUDE -c -o hpijs.o `test -f 'hpijs.cpp' || echo './'`hpijs.cpp
./depcomp: line 414: exec: g++: not found
make: *** [hpijs.o] Fehler 127

...help plz!

garnix

Re: hpijs 1.31 Installation Problem

#2 Post by garnix »

Ich würde mal bei mir gucken welche Distribution ich hab und danach nach Paketten suchen.
So würd ich sagen der g++ fehlt muß vieleicht noch installiert werden.

mayasun
Posts: 13
Joined: 26. Jan 2003 12:12

Re: hpijs 1.31 Installation Problem

#3 Post by mayasun »

hab RedHat 8.0, gcc ist installiert! (dort ist ja g++ enthalten)

mayasun
Posts: 13
Joined: 26. Jan 2003 12:12

Re: hpijs 1.31 Installation Problem

#4 Post by mayasun »

hat sich erledigt,

die gcc version stimmte nicht mit der treiberversion

Post Reply