LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-14-2004, 10:53 PM   #1
Quivver
LQ Newbie
 
Registered: Feb 2004
Posts: 23

Rep: Reputation: 15
Whats this error and how do i fix it?


root@8888888:~# hpoj-0.91/configure
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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether ln -s works... yes
checking for user-mode parallel-port support... LINUX
checking for ability to include <sys/io.h> in C++ code... yes
checking for libusb... yes
checking for user-mode USB support... LINUX
checking for snmp.h... no: try "hpoj-0.91/configure --with-snmp=<dir>"
*** Disabling full JetDirect support due to lack of SNMP ***
checking for CUPS backend directory... /usr/lib/cups/backend
checking for SANE backend directory... /usr/lib/sane
checking for SANE configuration files... /etc/sane.d
checking for QT... /usr/lib/qt-3.2.1
checking how to run the C++ preprocessor... g++ -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 arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for unistd.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/hpojip/Makefile
config.status: creating lib/ptal/Makefile
config.status: creating lib/sane/Makefile
config.status: creating mlcd/Makefile
config.status: creating apps/cmdline/Makefile
config.status: creating apps/xojpanel/Makefile
config.status: creating scripts/ptal-cups
config.status: creating scripts/ptal-init

=========================================================================
Configuration done. Created Makefiles using the following substitutions:
SUBDIRS = lib/hpojip lib/ptal lib/sane mlcd apps/cmdline apps/xojpanel
bindir_program = apps/cmdline/ptal-connect apps/cmdline/ptal-device apps/cmdline/ptal-devid apps/cmdline/ptal-pml apps/cmdline/ptal-hp apps/cmdline/hpojip-test apps/xojpanel/xojpanel
sbindir_program = mlcd/ptal-mlcd apps/cmdline/ptal-printd apps/cmdline/ptal-photod scripts/ptal-init scripts/ptal-cups
includedir_data = include/hpojip.h include/ptal.h
VAR_RUN_PREFIX_CFLAGS = -DVAR_RUN_PREFIX="\"/var/run\""
PAR_PLATFORM = LINUX
USB_PLATFORM = LINUX
MLCD_OBJS = ParPort.o
MLCD_CFLAGS = -DHAVE_LIBUSB
MLCD_LFLAGS = -lusb
DEFINES_CMDLINE =
INCLUDE_CMDLINE = -I/root/include -I/usr/lib/qt-3.2.1/include
LIBRARY_CMDLINE = -L/root/lib/hpojip -L/root/lib/ptal -L/root/lib/sane -L/usr/lib/qt-3.2.1/lib
LIBSNMP_CMDLINE =
CUPS_BACKEND_DIR = /usr/lib/cups/backend
SANE_BACKEND_DIR = /usr/lib/sane
SANE_ETC_DIR = /etc/sane.d
LIBQT_CMDLINE = -lqt
QT_MOC = /usr/lib/qt-3.2.1/bin/moc

Type "make" to create the binaries.
Then type "make install" to install under "/usr/local".
(You may need to use "gmake" instead of "make" on *BSD.)
root@8888888:~# make
lib/hpojip
make[1]: Entering directory `/root/lib/hpojip'
make[1]: *** No rule to make target `ipmain.shared.o', needed by `libhpojip.so.0.1'. Stop.
make[1]: Leaving directory `/root/lib/hpojip'\
make: *** [just_compile] Error 2
 
Old 02-14-2004, 10:56 PM   #2
Longinus
Member
 
Registered: Sep 2003
Distribution: Redhat 9.0 && Slackware 9.1
Posts: 420

Rep: Reputation: 30
try logging out of root?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What does this error mean and how can I fix it? M$ISBS Linux - General 11 11-18-2005 06:50 AM
can anyone fix this error ?? vstealerv Linux - Newbie 2 04-30-2005 08:03 PM
How do i fix this error for Mplayer? gbdavidx Linux - Software 9 11-18-2004 02:39 AM
Is there a fix for this error slackrush Slackware 2 07-10-2004 08:53 AM
how do i fix this error AMArt79196 Red Hat 1 07-05-2004 03:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration