Looks like you may be missing some gcc files.  Can you run:

./configure --prefix=/usr >& configure.out

and send me the configure.out and the config.log.

Thanks.

Aaron

On 1/12/07, Kyriacou, Kypros (CY - Nicosia) <[EMAIL PROTECTED]> wrote:
> Thanks from the prompt reply
>
> Applied all the dependencies
> Run the configuration as follows:
> # ./configure --prefix=/usr
> Attached is the execution log
>
> Then run the make as follows:
> # make
> But receive again the same errors as follows:
>
> [EMAIL PROTECTED] hplip-1.6.12]# make
> Making all in .
> make[1]: Entering directory `/app/patches/hplip-1.6.12'
> /bin/sh ./libtool --tag=CXX --mode=link g++  -g -O2   -o hpiod  hpiod.o
> channel.o device.o mlc.o system.o jddevice.o jetdirect.o udevice.o
> uppdevice.o ppdevice.o pp.o dot4.o ppdot4.o usbext.o comp.o  -lnetsnmp
> -lm -lcups -lusb -lcrypto -lpthread
> libtool: ignoring unknown tag CXX
> g++ -g -O2 -o hpiod hpiod.o channel.o device.o mlc.o system.o jddevice.o
> jetdirect.o udevice.o uppdevice.o ppdevice.o pp.o dot4.o ppdot4.o
> usbext.o comp.o  /usr/lib/libnetsnmp.so -lm -lcups /usr/lib/libusb.so
> -lcrypto -lpthread
> hpiod.o(.text+0x927): In function `main':
> io/hpiod/hpiod.cpp:306: undefined reference to `_Unwind_Resume'
> device.o(.text+0x1ebc): In function `Device::NewChannel(unsigned char,
> char*)':
> io/hpiod/device.cpp:1193: undefined reference to `_Unwind_Resume'
> system.o(.text+0x2e75): In function `System::NewDevice(MsgAttributes*)':
> io/hpiod/system.cpp:1550: undefined reference to `_Unwind_Resume'
> jddevice.o(.text+0x514): In function
> `JetDirectDevice::NewChannel(unsigned char, char*)':
> io/hpiod/jddevice.cpp:211: undefined reference to `_Unwind_Resume'
> udevice.o(.text+0x243): In function `UniUsbDevice::NewChannel(unsigned
> char, char*)':
> io/hpiod/udevice.cpp:126: undefined reference to `_Unwind_Resume'
> uppdevice.o(.text+0x3fb):io/hpiod/uppdevice.cpp:194: more undefined
> references to `_Unwind_Resume' follow
> collect2: ld returned 1 exit status
> make[1]: *** [hpiod] Error 1
> make[1]: Leaving directory `/app/patches/hplip-1.6.12'
> make: *** [all-recursive] Error 1
>
> Any feedback is appreciated.
>
> Kypros Kyriacou
> Oracle Alliance Manager
> Business Consulting
> Deloitte & Touche
>
> Direct: + (357) 22 36 08 08
> Main: + (357) 22 36 03 00
> Fax: + (357) 22 36 08 00
> Mobile: + (357) 99 49 25 64
> [EMAIL PROTECTED]
> www.deloitte.com/cy
>
> Deloitte
> STADYL Building
> Corner Th. Dervis - Florinis
> P.O. Box 21675
> CY-1512 Nicosia
> Cyprus
>
> -----Original Message-----
> From: Aaron [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 11, 2007 11:56 PM
> To: Kyriacou, Kypros (CY - Nicosia)
> Cc: hplip-help@lists.sourceforge.net
> Subject: Re: [Hplip-help] HPLIP Installation on Red Hat Enterprise v4
>
> Although I'm not sure why you are having this problem.  I have tested
> rhel 4.0 using these instructions (below) and am able to print and
> scan okay.  I'm curious if they may help you resolve your concern.
>
> Any feedback is appreciated.
>
> Aaron
>
> ---
> Red Hat Enterprise
> --
>
>
> *Note*: This process has been tested on RHEL AS 4.0
>
> **Step 1: Install the development environment.**
>
>         Click Applications
>
>         Click System Settings
>
>         Click Add/Remove Applications
>
> Click the check mark next to "Development Tools" then click "Update".
>
> Complete the "Package Manager" instructions to install the development
> tools.
>
> Exit the "Package Manager".
>
> **Step 2: Install the HPLIP dependencies.**
>
> Use this process to install the dependencies: (list of dependencies
> below)
>
>
>         Insert the CD requested
>
>         Double click on "Computer"
>
>         Double click on the cd-rom icon
>
>         Double click "RedHat"
>
>         Double Click "RPMS"
>
>         Find the file (list below)
>
>         Right click on the file and then click "Open with "Install
> Packages"
>
>         The package should then be installed.
>
> **List of dependencies to install:**
>
> *Note*: The dependencies might be on different disk's depending on
> your rhel version.
>
> **CD 2**
>
>
>         xsane
>
> **CD 3**
>
>
>         cups-devel
>
>         libjpeg-devel
>
>         pyqt
>
>         pyqt-devel
>
> **CD 4**
>
>
>         net-snmp-devel
>
> Dependencies should now be installed.
>
> Then complete the install starting here:
>
> http://hplip.sourceforge.net/install/manual/download.html
>
>
> On 1/10/07, Kyriacou, Kypros (CY - Nicosia) <[EMAIL PROTECTED]>
> wrote:
> >
> >
> >
> >
> >
> > Hi,
> >
> >
> >
> > I would appreciate some help
> >
> >
> >
> > Downloaded the hplip-1.6.12 for Red Hat Enterprise
> >
> > Followed the instructions to install:
> >
> > # tar xvfz hplip-1.6.12.tar.tar
> >
> > # cd hplip-1.6.12
> >
> > # ./configure --disable-network-build --disable-pp-build
> --enable-fax-build
> > --disable-gui-build --enable-scan-build --prefix=/usr
> >
> > # make
> >
> >
> >
> > During the 'make' I receive the following errors:
> >
> >
> >
> > Making all in .
> >
> > make[1]: Entering directory `/app/patches/hplip-1.6.12'
> >
> > /bin/sh ./libtool --tag=CXX --mode=link g++  -g -O2   -o hpiod
> hpiod.o
> > channel.o device.o mlc.o system.o jddevice.o jetdirect.o udevice.o
> > uppdevice.o ppdevice.o pp.o dot4.o ppdot4.o usbext.o comp.o  -lm
> -lcups
> > -lusb -lcrypto -lpthread
> >
> > libtool: ignoring unknown tag CXX
> >
> > g++ -g -O2 -o hpiod hpiod.o channel.o device.o mlc.o system.o
> jddevice.o
> > jetdirect.o udevice.o uppdevice.o ppdevice.o pp.o dot4.o ppdot4.o
> usbext.o
> > comp.o  -lm -lcups /usr/lib/libusb.so -lcrypto -lpthread
> >
> > hpiod.o(.text+0x927): In function `main':
> >
> > io/hpiod/hpiod.cpp:306: undefined reference to `_Unwind_Resume'
> >
> > device.o(.text+0x1ebc): In function `Device::NewChannel(unsigned char,
> > char*)':
> >
> > io/hpiod/device.cpp:1193: undefined reference to `_Unwind_Resume'
> >
> > system.o(.text+0x274d): In function
> > `System::NewDevice(MsgAttributes*)':
> >
> > io/hpiod/system.cpp:1550: undefined reference to `_Unwind_Resume'
> >
> > jddevice.o(.text+0x514): In function
> > `JetDirectDevice::NewChannel(unsigned char, char*)':
> >
> > io/hpiod/jddevice.cpp:211: undefined reference to `_Unwind_Resume'
> >
> > udevice.o(.text+0x243): In function
> > `UniUsbDevice::NewChannel(unsigned char, char*)':
> >
> > io/hpiod/udevice.cpp:126: undefined reference to `_Unwind_Resume'
> >
> > collect2: ld returned 1 exit status
> >
> > make[1]: *** [hpiod] Error 1
> >
> > make[1]: Leaving directory `/app/patches/hplip-1.6.12'
> >
> > make: *** [all-recursive] Error 1
> >
> >
> >
> >
> >
> >
> >
> > Waiting for some help
> >
> >
> >
> > Kind regards,
> >
> >
> >
> > Kypros Kyriacou
> >
> > Business Consulting
> >
> > Deloitte & Touche
> >
> > Cyprus
> >
> >
> >
> >  This message (including any attachments) contains confidential
> information
> > intended for a specific individual and purpose, and is protected by
> law. If
> > you are not the intended recipient, you should delete this message and
> are
> > hereby notified that any disclosure, copying, or distribution of this
> > message, or the taking of any action based on it, is strictly
> prohibited.
> >
> ------------------------------------------------------------------------
> -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
> share your
> > opinions on IT & business topics through brief surveys - and earn cash
> >
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
> V
> >
> > _______________________________________________
> > HPLIP-Help mailing list
> > HPLIP-Help@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/hplip-help
> >
> >
> >
>
>
> --
> I don't care, I'm still free.  You can't take the sky from me. -
> "Firefly"
>
> This message (including any attachments) contains confidential information 
> intended for a specific individual and purpose, and is protected by law. If 
> you are not the intended recipient, you should delete this message and are 
> hereby notified that any disclosure, copying, or distribution of this 
> message, or the taking of any action based on it, is strictly prohibited.
>
>
>


-- 
I don't care, I'm still free.  You can't take the sky from me. - "Firefly"

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
HPLIP-Help mailing list
HPLIP-Help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hplip-help

Reply via email to