Webcam on xfce?


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Webcam on xfce?
# 1  
Old 07-27-2008
Webcam on xfce?

Hey guys. I'm about as new to Linux as you can get, so bear with me please.

I installed Xubuntu on my old laptop to tinker with.. figured it would be a good use of an old machine. One thing I'd like to set up is some security with a webcam. Logitech QuickCam Pro 4000 to be exact. I went about trying to get wxCam set up and run into some problems. I unpacked the tar.gz and cd-ed to the new directory. Typed "./configure; make" like instructed here and got this in return:

Quote:
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.
make: *** No targets specified and no makefile found. Stop.
It looks like to me either the compiler that came with xfce is crap or I need to install one. Please make any helpful instructions as idiot proof as possible. Thanks in advance. Smilie
# 2  
Old 07-27-2008
I don't recall clicking on the thumbs down icon... ignore that please. Smilie
# 3  
Old 07-27-2008
I removed the icon. And by the way, when a new user posts a thread with a link, it goes to the moderation queue. This is to avoid spam. I approved the thread making it visible. Just in case you were wondering.

I don't know why you got that gcc problem though. If config.log had any info, post it.
# 4  
Old 07-27-2008
Ah, thank you. Well, here's the whole thing. I guess you'll delete it if you feel it's spam, but I don't really know what to look for. Sorry for the length.

Quote:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by wxcam configure 1.0.1, which was
generated by GNU Autoconf 2.61. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = machina
uname -m = i686
uname -r = 2.6.24-19-generic
uname -s = Linux
uname -v = #1 SMP Fri Jul 11 23:41:49 UTC 2008

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2044: checking for a BSD-compatible install
configure:2100: result: /usr/bin/install -c
configure:2111: checking whether build environment is sane
configure:2154: result: yes
configure:2219: checking for gawk
configure:2249: result: no
configure:2219: checking for mawk
configure:2235: found /usr/bin/mawk
configure:2246: result: mawk
configure:2257: checking whether make sets $(MAKE)
configure:2278: result: yes
configure:2464: checking whether to enable maintainer-specific portions of Makefiles
configure:2473: result: no
configure:2501: checking for style of include used by make
configure:2529: result: GNU
configure:2602: checking for gcc
configure:2618: found /usr/bin/gcc
configure:2629: result: gcc
configure:2867: checking for C compiler version
configure:2874: gcc --version >&5
gcc (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2877: $? = 0
configure:2884: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
configure:2887: $? = 0
configure:2894: gcc -V >&5
gcc: '-V' option must have argument
configure:2897: $? = 1
configure:2920: checking for C compiler default output file name
configure:2947: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:2950: $? = 1
configure:2988: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "wxcam"
| #define PACKAGE_TARNAME "wxcam"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "wxcam 1.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wxcam"
| #define VERSION "1.0.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2995: error: C compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_WXCAM_CFLAGS_set=
ac_cv_env_WXCAM_CFLAGS_value=
ac_cv_env_WXCAM_LIBS_set=
ac_cv_env_WXCAM_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/chesh/wxcam-1.0.1/missing --run aclocal-1.9'
ALL_LINGUAS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/chesh/wxcam-1.0.1/missing --run tar'
AR=''
AUTOCONF='${SHELL} /home/chesh/wxcam-1.0.1/missing --run autoconf'
AUTOHEADER='${SHELL} /home/chesh/wxcam-1.0.1/missing --run autoheader'
AUTOMAKE='${SHELL} /home/chesh/wxcam-1.0.1/missing --run automake-1.9'
AWK='mawk'
CATALOGS=''
CATOBJEXT=''
CC='gcc'
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
F77=''
FFLAGS=''
GETTEXT_PACKAGE=''
GMOFILES=''
GMSGFMT=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
INTLTOOL_CAVES_RULE=''
INTLTOOL_DESKTOP_RULE=''
INTLTOOL_DIRECTORY_RULE=''
INTLTOOL_EXTRACT=''
INTLTOOL_KBD_RULE=''
INTLTOOL_KEYS_RULE=''
INTLTOOL_MERGE=''
INTLTOOL_OAF_RULE=''
INTLTOOL_PERL=''
INTLTOOL_POLICY_RULE=''
INTLTOOL_PONG_RULE=''
INTLTOOL_PROP_RULE=''
INTLTOOL_SCHEMAS_RULE=''
INTLTOOL_SERVER_RULE=''
INTLTOOL_SERVICE_RULE=''
INTLTOOL_SHEET_RULE=''
INTLTOOL_SOUNDLIST_RULE=''
INTLTOOL_THEME_RULE=''
INTLTOOL_UI_RULE=''
INTLTOOL_UPDATE=''
INTLTOOL_XAM_RULE=''
INTLTOOL_XML_NOMERGE_RULE=''
INTLTOOL_XML_RULE=''
LDFLAGS=''
LIBLAVJPEG='-llavjpeg'
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/chesh/wxcam-1.0.1/missing --run makeinfo'
MKINSTALLDIRS=''
MSGFMT=''
MSGFMT_OPTS=''
OBJEXT=''
PACKAGE='wxcam'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='wxcam'
PACKAGE_STRING='wxcam 1.0.1'
PACKAGE_TARNAME='wxcam'
PACKAGE_VERSION='1.0.1'
PATH_SEPARATOR=':'
PKG_CONFIG=''
POFILES=''
POSUB=''
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB=''
REVEL='-lrevel'
SED=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
USE_NLS=''
VERSION='1.0.1'
WXCAM_CFLAGS=''
WXCAM_LIBS=''
WX_CPPFLAGS=''
WX_CXXFLAGS=''
WX_LIBS=''
XGETTEXT=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/chesh/wxcam-1.0.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "wxcam"
#define PACKAGE_TARNAME "wxcam"
#define PACKAGE_VERSION "1.0.1"
#define PACKAGE_STRING "wxcam 1.0.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE "wxcam"
#define VERSION "1.0.1"

configure: exit 77

Last edited by Chesh; 07-27-2008 at 11:27 PM..
# 5  
Old 07-27-2008
The problem seems to be:
/usr/bin/ld: crt1.o: No such file: No such file or directory

But I have no idea why crt1.o is missing or what to tell to do to obtain it.
# 6  
Old 07-28-2008
Looks like you need libc6-dev-i386.

I think on Ubuntu that means:

$ sudo apt-get install libc6-dev-i386.
# 7  
Old 07-28-2008
Quote:
Reading package list... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libc6-dev-i386
I'll see what Google can do for me. :-/
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Ubuntu

Webcam and Skype not working properly

I recently bought a new HP Spectre x360 laptop and installed Ubuntu 15.10. (I originally went with a later version but I was encountering lots of bugs. This version seems to be more stable for my system). Things are mostly working okay, but not my webcam. If I go to a website to test it, it's... (0 Replies)
Discussion started by: twelth_hour
0 Replies

2. Linux

udev rule + script for setting webcam's mic as audio input

Hello, whenever I plugin my webcam, I want to use its microphone instead of the one integrated in my laptop. I therefore created a udev rule: SUBSYSTEM=="usb", ATTR{idVendor}=="046d", ATTR{idProduct}=="0807", RUN+="/usr/local/bin/webcammic"This rule works, I've tested it with a testscript (the... (0 Replies)
Discussion started by: MojoDodo
0 Replies

3. Debian

Webcam software?

Does anyone know if there is a webcam software (like webcamXP), but for Linux (Debian)? I need to have a program (with GUI), where I can add and manage multiple USB cameras, and be able to upload images via FTP. (0 Replies)
Discussion started by: Guldstrand
0 Replies

4. OS X (Apple)

Webcam stuck in OSX

Hi I have a strange problem. I opened a dmg that supposedly contained the drivers for a webcam (Genius Look 316), i dragged the file to apps and ran it. My camera turned on and the program ran fine. Then I closed the program completely and deleted the application and my webcam wont turn off. I... (0 Replies)
Discussion started by: twerdster
0 Replies

5. Shell Programming and Scripting

Simple BASH shell script to rename webcam jpg and copy into a new directory.

System: Ubuntu Intrepid Ibex I'm running webcamd as a sort of "security" program, but I need a script that will archive my webcam.jpg files. So, take the following file: /home/slag/www/webcam.jpg Rename it--preferably with a time stamp. Place it in say: /home/slag/www/history/ ... (4 Replies)
Discussion started by: robfindlay
4 Replies

6. UNIX Desktop Questions & Answers

webcam on FreeBSD

Hello, guys ! I'm using FreeBSD 6.0-RELEASE. Can anyone recomend me a good soft that I can use for video conferences ? I mean, something like Yahoo! Messenger on Windows. I want to make a video conference with a friend of mine, but I use FreeBSD and my friend is using Windows. So, any sugestions... (1 Reply)
Discussion started by: Sergiu-IT
1 Replies

7. UNIX for Dummies Questions & Answers

Webcam installation...

I have a webcam and I wish to have it installed under my Linux box (Slack) - it works fine under Windows (when I had it), and I kinda want it installed now. The problem is I have no idea what make/model it is - here is the information on it:... (2 Replies)
Discussion started by: mo0ness
2 Replies
Login or Register to Ask a Question