LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-23-2004, 11:46 AM   #1
malbery
Member
 
Registered: Aug 2004
Distribution: Debian sarge 2.6.8-2-k7
Posts: 60

Rep: Reputation: 15
cc (gcc) problems


Hi all,

I have a question (which hopefully has an easy solution). Under woody I had third-party source code which compiled fine (using cc). Under sarge it fails to locate standard header files.

woody:
Code:
$ cc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
sarge:
Code:
$ cc -v
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.4 (Debian 1:3.3.4-6sarge1)
a cc compile outputs:
Code:
...
libdef.h:67:26: stdio.h: No such file or directory
libdef.h:71:27: malloc.h: No such file or directory
libdef.h:73:30: sys/types.h: No such file or directory
libdef.h:104:29: sys/time.h: No such file or directory
...
With the woody installation I selected a tasksel option for "developer tools" (or similar). My sarge installation did not install cc (gcc). The only package I have installed for this is the gcc package. Am I missing other packages? Or do I need to add extra compiler options to cc in order for it to behave like an earlier version? (I'm thinking this could this be something to do with ANSI standards)
 
Old 08-23-2004, 12:22 PM   #2
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Re: cc (gcc) problems

Quote:
Originally posted by malbery
Hi all,

I have a question (which hopefully has an easy solution). Under woody I had third-party source code which compiled fine (using cc). Under sarge it fails to locate standard header files.

woody:
Code:
$ cc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
sarge:
Code:
$ cc -v
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.4 (Debian 1:3.3.4-6sarge1)
a cc compile outputs:
Code:
...
libdef.h:67:26: stdio.h: No such file or directory
libdef.h:71:27: malloc.h: No such file or directory
libdef.h:73:30: sys/types.h: No such file or directory
libdef.h:104:29: sys/time.h: No such file or directory
...
With the woody installation I selected a tasksel option for "developer tools" (or similar). My sarge installation did not install cc (gcc). The only package I have installed for this is the gcc package. Am I missing other packages? Or do I need to add extra compiler options to cc in order for it to behave like an earlier version? (I'm thinking this could this be something to do with ANSI standards)
Looks like you are missing libc6-dev and when installing I would take almost all of the recommends and more than a few of the suggested packages. You may want to install the package apt-file to be able to search on packages that are not installed on your system it works similar to apt-get in that you use apt-file update the first time you use it for the day to update its database the use the apt-file search missing_file. If you still end up with problems compiling because of using gcc 3.3.4 then in the console window before you start to compile use export CC=/usr/bin/gcc-2.95 to use the older version as the compiler for that shell. The afs in the output below is apt-file search.

Code:
[HappyTux:/home/stephen]# afs stdio.h
avr-libc: usr/avr/include/stdio.h
avr-libc: usr/avr/include/stdio.h
cmix: usr/share/cmix/shadow/stdio.h
cmix: usr/share/cmix/shadow/stdio.h
dietlibc-dev: usr/include/diet/stdio.h
dietlibc-dev: usr/include/diet/stdio.h
ecos: usr/src/ecos/packages/isoinfra/v2_0/include/stdio.h
ecos: usr/src/ecos/packages/isoinfra/v2_0/include/stdio.h
ecos: usr/src/ecos/packages/language/c/libc/stdio/v2_0/include/stdio.h
ecos: usr/src/ecos/packages/language/c/libc/stdio/v2_0/include/stdio.h
elks-libc: usr/lib/bcc/include/stdio.h
elks-libc: usr/lib/bcc/include/stdio.h
gcc-3.2: usr/lib/gcc-lib/i386-linux/3.2.3/include/stdio.h
gcc-3.2: usr/lib/gcc-lib/i386-linux/3.2.3/include/stdio.h
gccchecker: usr/lib/checker/i686-pc-linux-gnu/include/stdio.h
gccchecker: usr/lib/checker/i686-pc-linux-gnu/include/stdio.h
ivtools-dev: usr/X11R6/include/ivstd/stdio.h
ivtools-dev: usr/X11R6/include/ivstd/stdio.h
lam4-dev: usr/include/lam/tstdio.h
lam4-dev: usr/include/lam/tstdio.h
libace-dev: usr/include/ace/OS_NS_stdio.h
libace-dev: usr/include/ace/OS_NS_stdio.h
libace-dev: usr/include/ace/os_include/os_stdio.h
libace-dev: usr/include/ace/os_include/os_stdio.h
libbind-dev: usr/include/isc/stdio.h
libbind-dev: usr/include/isc/stdio.h
libc5-altdev: usr/i486-linuxlibc1/include/stdio.h
libc5-altdev: usr/i486-linuxlibc1/include/stdio.h
libc6-dev: usr/include/bits/stdio.h
libc6-dev: usr/include/bits/stdio.h
libc6-dev: usr/include/stdio.h
libc6-dev: usr/include/stdio.h
libfcgi-dev: usr/include/fcgi_stdio.h
libfcgi-dev: usr/include/fcgi_stdio.h
libg++27-altdev: usr/i486-linuxlibc1/include/g++/std/cstdio.h
libg++27-altdev: usr/i486-linuxlibc1/include/g++/std/cstdio.h
libgsf-1-dev: usr/include/libgsf-1/gsf/gsf-infile-stdio.h
libgsf-1-dev: usr/include/libgsf-1/gsf/gsf-infile-stdio.h
libgsf-1-dev: usr/include/libgsf-1/gsf/gsf-input-stdio.h
libgsf-1-dev: usr/include/libgsf-1/gsf/gsf-input-stdio.h
libgsf-1-dev: usr/include/libgsf-1/gsf/gsf-outfile-stdio.h
libgsf-1-dev: usr/include/libgsf-1/gsf/gsf-outfile-stdio.h
libgsf-1-dev: usr/include/libgsf-1/gsf/gsf-output-stdio.h
libgsf-1-dev: usr/include/libgsf-1/gsf/gsf-output-stdio.h
libhdf4g-dev: usr/include/hdf/mstdio.h
libhdf4g-dev: usr/include/hdf/mstdio.h
libhdf5-lam-dev: usr/include/H5FDstdio.h
libhdf5-lam-dev: usr/include/H5FDstdio.h
libhdf5-mpich-dev: usr/include/H5FDstdio.h
libhdf5-mpich-dev: usr/include/H5FDstdio.h
libhdf5-serial-dev: usr/include/H5FDstdio.h
libhdf5-serial-dev: usr/include/H5FDstdio.h
libicu21-dev: usr/include/unicode/ustdio.h
libicu21-dev: usr/include/unicode/ustdio.h
libicu28-dev: usr/include/unicode/ustdio.h
libicu28-dev: usr/include/unicode/ustdio.h
libstdc++3-doc: usr/share/doc/gcc-3.0-base/libstdc++/html_user/cstdio.html
libstdc++5-3.3-doc: usr/share/doc/gcc-3.3-base/libstdc++/html_user/cstdio.html
libstdc++5-3.3-doc: usr/share/doc/gcc-3.3-base/libstdc++/html_user/cstdio.html
libstdc++5-doc: usr/share/doc/gcc-3.2-base/libstdc++/html_user/cstdio.html
libstdc++5-doc: usr/share/doc/gcc-3.2-base/libstdc++/html_user/cstdio.html
libstdc++6-doc: usr/share/doc/gcc-3.4-base/libstdc++/html_user/cstdio.html
libstlport4.6-dev: usr/include/stlport/stdio.h
libstlport4.6-dev: usr/include/stlport/stdio.h
libuclibc-dev: usr/i386-linux-uclibc/include/bits/stdio.h
libuclibc-dev: usr/i386-linux-uclibc/include/bits/uClibc_stdio.h
libuclibc-dev: usr/i386-linux-uclibc/include/stdio.h
libuclibc-dev: usr/i386-uclibc-linux/include/bits/stdio.h
libuclibc-dev: usr/i386-uclibc-linux/include/bits/uClibc_stdio.h
libuclibc-dev: usr/i386-uclibc-linux/include/stdio.h
libwine-dev: usr/include/wine/msvcrt/stdio.h
libwine-dev: usr/include/wine/msvcrt/stdio.h
libxdelta3-dev: usr/include/edsiostdio.h
lsbdev: var/lib/lsbdev/lsb_header/All/stdio.h.defs
lsbdev: var/lib/lsbdev/lsb_header/IA32/stdio.h.defs
lsbdev: var/lib/lsbdev/lsb_header/IA64/stdio.h.defs
lsbdev: var/lib/lsbdev/lsb_header/stdio.h
mingw32-runtime: usr/i586-mingw32msvc/include/stdio.h
mingw32-runtime: usr/i586-mingw32msvc/include/stdio.h
newlib-m68hc1x: usr/m68hc11/include/stdio.h
newlib-m68hc1x: usr/m68hc11/include/stdio.h
oskit: usr/include/oskit/c/stdio.h
oskit: usr/include/oskit/c/stdio.h
oskit: usr/include/oskit/freebsd/stdio.h
oskit: usr/include/oskit/freebsd/stdio.h
pccts: usr/include/pccts/pccts_stdio.h
pccts: usr/include/pccts/pccts_stdio.h
perl: usr/lib/perl/5.8.4/CORE/nostdio.h
perl: usr/lib/perl/5.8.4/CORE/nostdio.h
pike0.6: usr/share/pike/include/stdio.h
pike7.2: usr/lib/pike/7.2.556/lib/include/stdio.h
pike7.2: usr/lib/pike/7.2.580/lib/include/stdio.h
pike7.4-core: usr/lib/pike/7.4.117/lib/include/stdio.h
pike7.4-core: usr/lib/pike/7.4.35/lib/include/stdio.h
pike7.6-core: usr/lib/pike/7.6.11/lib/include/stdio.h
prc-tools-arm: usr/arm-palmos/include/stdio.h
prc-tools-arm: usr/arm-palmos/include/stdio.h
prc-tools-m68k: usr/m68k-palmos/include/stdio.h
prc-tools-m68k: usr/m68k-palmos/include/stdio.h
sdcc-libraries: usr/share/sdcc/include/stdio.h
sdcc-libraries: usr/share/sdcc/include/stdio.h
sfio-dev: usr/include/sfio/stdio.h
sfio-dev: usr/include/sfio/stdio.h
splint: usr/share/splint/lib/stdio.h
splint: usr/share/splint/lib/stdio.h
tendra: usr/lib/TenDRA/lib/include/ansi.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/ansi.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/cpp.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/cpp.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/iso.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/iso.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/posix.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/posix.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/posix1.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/posix1.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/posix2.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/posix2.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/svid3.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/svid3.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/unix95.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/unix95.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/xpg3.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/xpg3.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/xpg4.api/stdio.h
tendra: usr/lib/TenDRA/lib/include/xpg4.api/stdio.h
twisted-doc-api: usr/share/doc/twisted-doc/api/toc-twisted.internet.stdio.html
twisted-doc-api: usr/share/doc/twisted-doc/api/toc-twisted.internet.stdio.html
twisted-doc-api: usr/share/doc/twisted-doc/api/twisted.internet.stdio.html
twisted-doc-api: usr/share/doc/twisted-doc/api/twisted.internet.stdio.html
yorick: usr/lib/yorick/1.5/include/pstdio.h
yorick: usr/lib/yorick/1.5/include/pstdio.h

[HappyTux:/home/stephen]# afs malloc.h
apcalc-dev: usr/include/calc/have_malloc.h
apcalc-dev: usr/include/calc/have_malloc.h
autoconf-archive: usr/share/doc/autoconf-archive/htmldoc/peti_with_dmalloc.html
autoconf-archive: usr/share/doc/autoconf-archive/htmldoc/peti_with_dmalloc.html
bash-builtins: usr/include/bash/memalloc.h
bash-builtins: usr/include/bash/memalloc.h
bash-builtins: usr/include/bash/xmalloc.h
bash-builtins: usr/include/bash/xmalloc.h
beepcore-c-dev: usr/include/beepcore-c/bp_malloc.h
beepcore-c-dev: usr/include/beepcore-c/bp_malloc.h
c-cpp-reference: usr/share/doc/kde/HTML/en/kdevelop/reference/C/FUNCTIONS/malloc.html
c-cpp-reference: usr/share/doc/kde/HTML/en/kdevelop/reference/C/FUNCTIONS/malloc.html
cyrus-dev: usr/include/cyrus/xmalloc.h
cyrus-dev: usr/include/cyrus/xmalloc.h
cyrus21-dev: usr/include/cyrus/xmalloc.h
cyrus21-dev: usr/include/cyrus/xmalloc.h
db2-doc: usr/share/doc/db2-doc/html/api_cxx/DbInfo/set_malloc.html
db2-doc: usr/share/doc/db2-doc/html/api_cxx/DbInfo/set_malloc.html
db2-doc: usr/share/doc/db2-doc/html/api_java/DbInfo/set_malloc.html
db2-doc: usr/share/doc/db2-doc/html/api_java/DbInfo/set_malloc.html
db2-doc: usr/share/doc/db2-doc/html/ref/am/malloc.html
db2-doc: usr/share/doc/db2-doc/html/ref/am/malloc.html
db3-doc: usr/share/doc/db3-doc/html/api_c/db_set_malloc.html
db3-doc: usr/share/doc/db3-doc/html/api_c/db_set_malloc.html
db3-doc: usr/share/doc/db3-doc/html/api_c/set_func_malloc.html
db3-doc: usr/share/doc/db3-doc/html/api_c/set_func_malloc.html
db3-doc: usr/share/doc/db3-doc/html/api_cxx/db_set_malloc.html
db3-doc: usr/share/doc/db3-doc/html/api_cxx/db_set_malloc.html
db3-doc: usr/share/doc/db3-doc/html/ref/am_conf/malloc.html
db3-doc: usr/share/doc/db3-doc/html/ref/am_conf/malloc.html
db4.0-doc: usr/share/doc/db4.0-doc/html/api_c/set_func_malloc.html
db4.0-doc: usr/share/doc/db4.0-doc/html/api_c/set_func_malloc.html
db4.0-doc: usr/share/doc/db4.0-doc/html/ref/am_conf/malloc.html
db4.0-doc: usr/share/doc/db4.0-doc/html/ref/am_conf/malloc.html
db4.1-doc: usr/share/doc/db4.1-doc/api_c/set_func_malloc.html
db4.1-doc: usr/share/doc/db4.1-doc/api_c/set_func_malloc.html
db4.1-doc: usr/share/doc/db4.1-doc/ref/am_conf/malloc.html
db4.1-doc: usr/share/doc/db4.1-doc/ref/am_conf/malloc.html
db4.2-doc: usr/share/doc/db4.2-doc/api_c/set_func_malloc.html
db4.2-doc: usr/share/doc/db4.2-doc/api_c/set_func_malloc.html
db4.2-doc: usr/share/doc/db4.2-doc/ref/am_conf/malloc.html
db4.2-doc: usr/share/doc/db4.2-doc/ref/am_conf/malloc.html
dietlibc-dev: usr/include/diet/malloc.h
dietlibc-dev: usr/include/diet/malloc.h
dmalloc: usr/include/dmalloc.h
dmalloc: usr/include/dmalloc.h
dmalloc: usr/share/doc/dmalloc/docs/dmalloc.html
dmalloc: usr/share/doc/dmalloc/docs/dmalloc.html
ecos: usr/src/ecos/packages/net/bsd_tcpip/v2_0/include/sys/malloc.h
ecos: usr/src/ecos/packages/net/bsd_tcpip/v2_0/include/sys/malloc.h
ecos: usr/src/ecos/packages/net/tcpip/v2_0/include/sys/malloc.h
ecos: usr/src/ecos/packages/net/tcpip/v2_0/include/sys/malloc.h
ecos: usr/src/ecos/packages/services/memalloc/common/v2_0/include/dlmalloc.hxx
ecos: usr/src/ecos/packages/services/memalloc/common/v2_0/include/dlmalloc.hxx
elks-libc: usr/lib/bcc/include/malloc.h
elks-libc: usr/lib/bcc/include/malloc.h
erlang: usr/lib/erlang/lib/erl_interface-3.3.0/include/erl_malloc.h
erlang: usr/lib/erlang/lib/erl_interface-3.4.5/src/legacy/erl_malloc.h
erlang: usr/lib/erlang/lib/erl_interface-3.4.5/src/legacy/erl_malloc.h
erlang: usr/lib/erlang/lib/erl_interface-3.4.5/src/misc/ei_malloc.h
erlang: usr/lib/erlang/lib/erl_interface-3.4.5/src/misc/ei_malloc.h
erlang-doc-html: usr/share/doc/erlang-doc-html/html/lib/erl_interface-3.4/doc/html/erl_malloc.html
erlang-doc-html: usr/share/doc/erlang-doc-html/html/lib/erl_interface-3.4/doc/html/erl_malloc.html
fftw3-doc: usr/share/doc/fftw3-doc/html/SIMD-alignment-and-fftw_malloc.html
fftw3-doc: usr/share/doc/fftw3-doc/html/SIMD-alignment-and-fftw_malloc.html
framerd: usr/include/framerd-2.4/fdmalloc.h
framerd: usr/include/framerd-2.4/fdmalloc.h
graphviz: usr/include/graphviz/malloc.h
guile-1.6-dev: usr/include/libguile/debug-malloc.h
guile-1.6-dev: usr/include/libguile/debug-malloc.h
heartbeat-dev: usr/include/clplumbing/cl_malloc.h
heartbeat-dev: usr/include/clplumbing/cl_malloc.h
ivtools-dev: usr/X11R6/include/ivstd/malloc.h
ivtools-dev: usr/X11R6/include/ivstd/malloc.h
kaffe-dev: usr/lib/kaffe/include/kaffe/jmalloc.h
kaffe-dev: usr/lib/kaffe/include/kaffe/jmalloc.h

[snip kernel-headers]

kvirc-dev: usr/include/kvirc/kvilib/kvi_malloc.h
kvirc-dev: usr/include/kvirc/kvilib/kvi_malloc.h
ladcca-dev: usr/include/ladcca-1.0/ladcca/xmalloc.h
ladcca-dev: usr/include/ladcca-1.0/ladcca/xmalloc.h
libaal-dev: usr/include/aal/malloc.h
libaal-dev: usr/include/aal/malloc.h
libace-doc: usr/share/doc/libace-doc/examples/Shared_Malloc/test_position_independent_malloc.h
libace-doc: usr/share/doc/libace-doc/examples/Shared_Malloc/test_position_independent_malloc.h
libc5-altdev: usr/i486-linuxlibc1/include/linux/malloc.h
libc5-altdev: usr/i486-linuxlibc1/include/linux/malloc.h
libc5-altdev: usr/i486-linuxlibc1/include/malloc.h
libc5-altdev: usr/i486-linuxlibc1/include/malloc.h
libc6-dev: usr/include/malloc.h
libc6-dev: usr/include/malloc.h
libclips-dev: usr/include/clips/memalloc.h
libclips-dev: usr/include/clips/memalloc.h
libcln-dev: usr/include/cln/malloc.h
libcln-dev: usr/include/cln/malloc.h
libcoin40-dev: usr/include/Inventor/C/base/memalloc.h
libcoin40-dev: usr/include/Inventor/C/base/memalloc.h
libcwd-dev: usr/include/libcwd/debugmalloc.h
libcwd-dev: usr/include/libcwd/debugmalloc.h
libdirectfb-dev: usr/include/directfb-internal/core/fusion/shmalloc.h
libdirectfb-dev: usr/include/directfb-internal/core/fusion/shmalloc.h
libdshconfig1-dev: usr/share/doc/libdshconfig1-dev/doc/rpl_malloc.html
libdshconfig1-dev: usr/share/doc/libdshconfig1-dev/doc/rpl_malloc.html
libfame-dev: usr/include/fame_malloc.h
libgtop-dev: usr/include/libgtop-1.0/glibtop/xmalloc.h
libgtop-dev: usr/include/libgtop-1.0/glibtop/xmalloc.h
libguile-dev: usr/include/libguile/debug-malloc.h
libguile-dev: usr/include/libguile/debug-malloc.h
libjasper-1.701-dev: usr/include/jasper/jas_malloc.h
libjasper-1.701-dev: usr/include/jasper/jas_malloc.h
libmoe-dev: usr/include/moe/altmalloc.h
libmoe-dev: usr/include/moe/altmalloc.h
libmorph-dev: usr/include/xmorph/my_malloc.h
libmorph-dev: usr/include/xmorph/my_malloc.h
libpaw1-dev: usr/include/paw/ntuple/dbmalloc.h
libpt-doc: usr/share/doc/libpt-doc/html/malloc.html
libpt-doc: usr/share/doc/libpt-doc/html/runtime_malloc.html
libtifiles0-dev: usr/share/doc/libtifiles0-dev/html/tifiles_malloc.html
libtifiles0-dev: usr/share/doc/libtifiles0-dev/html/tifiles_malloc.html
libuclibc-dev: usr/i386-linux-uclibc/include/linux/malloc.h
libuclibc-dev: usr/i386-linux-uclibc/include/linux/vmalloc.h
libuclibc-dev: usr/i386-linux-uclibc/include/malloc.h
libuclibc-dev: usr/i386-uclibc-linux/include/linux/malloc.h
libuclibc-dev: usr/i386-uclibc-linux/include/linux/vmalloc.h
libuclibc-dev: usr/i386-uclibc-linux/include/malloc.h
libwine-dev: usr/include/wine/msvcrt/malloc.h
libwine-dev: usr/include/wine/msvcrt/malloc.h
libyaz-dev: usr/include/yaz/xmalloc.h
libyaz-dev: usr/include/yaz/xmalloc.h
linux-kernel-headers: usr/include/linux/vmalloc.h
linux-kernel-headers: usr/include/linux/vmalloc.h
lsbdev: var/lib/lsbdev/lsb_header/All/malloc.h.defs
lsbdev: var/lib/lsbdev/lsb_header/IA32/malloc.h.defs
lsbdev: var/lib/lsbdev/lsb_header/IA64/malloc.h.defs
lsbdev: var/lib/lsbdev/lsb_header/malloc.h
mingw32-runtime: usr/i586-mingw32msvc/include/malloc.h
mingw32-runtime: usr/i586-mingw32msvc/include/malloc.h
mnogosearch-dev: usr/include/udm_xmalloc.h
mnogosearch-dev: usr/include/udm_xmalloc.h
mpatrolc102: usr/include/mpatrol/dbmalloc.h
mpatrolc102: usr/include/mpatrol/dbmalloc.h
mpatrolc102: usr/include/mpatrol/dmalloc.h
mpatrolc102: usr/include/mpatrol/dmalloc.h
newlib-m68hc1x: usr/m68hc11/include/malloc.h
newlib-m68hc1x: usr/m68hc11/include/malloc.h
nhc98: usr/include/nhc98/localmalloc.h
nhc98: usr/include/nhc98/localmalloc.h
oskit: usr/include/oskit/c/malloc.h
oskit: usr/include/oskit/c/malloc.h
oskit: usr/include/oskit/freebsd/malloc.h
oskit: usr/include/oskit/freebsd/malloc.h
oskit: usr/include/oskit/freebsd/sys/malloc.h
oskit: usr/include/oskit/freebsd/sys/malloc.h
pike0.6: usr/include/pike/dmalloc.h
pike7.2: usr/include/pike/7.2.556/dmalloc.h
pike7.2: usr/include/pike/7.2.580/dmalloc.h
pike7.4-dev: usr/include/pike/7.4.117/dmalloc.h
pike7.4-dev: usr/include/pike/7.4.35/dmalloc.h
pike7.4-reference: usr/share/doc/pike7.4-doc/html/reference/ex/predef_3A_3A/Debug/reset_dmalloc.html
pike7.4-reference: usr/share/doc/pike7.4-doc/html/reference/ex/predef_3A_3A/Debug/reset_dmalloc.html
pike7.6-dev: usr/include/pike/7.6.11/dmalloc.h
pike7.6-reference: usr/share/doc/pike7.6-doc/html/reference/ex/predef_3A_3A/Debug/reset_dmalloc.html
postfix-dev: usr/include/postfix/mymalloc.h
postfix-dev: usr/include/postfix/mymalloc.h
prc-tools-arm: usr/arm-palmos/include/malloc.h
prc-tools-arm: usr/arm-palmos/include/malloc.h
prc-tools-m68k: usr/m68k-palmos/include/malloc.h
prc-tools-m68k: usr/m68k-palmos/include/malloc.h
python2.3-doc: usr/share/doc/python2.3/html/whatsnew/section-pymalloc.html
python2.3-doc: usr/share/doc/python2.3/html/whatsnew/section-pymalloc.html
sdcc-libraries: usr/share/sdcc/include/malloc.h
sdcc-libraries: usr/share/sdcc/include/malloc.h
tau: usr/lib/tau/include/Memory/malloc.h
tau: usr/lib/tau/include/Memory/malloc.h
tendra: usr/lib/TenDRA/lib/include/svid3.api/malloc.h
tendra: usr/lib/TenDRA/lib/include/svid3.api/malloc.h

[HappyTux:/home/stephen]# afs sys/types.h
cmix: usr/share/cmix/shadow/sys/types.h
cmix: usr/share/cmix/shadow/sys/types.h
dietlibc-dev: usr/include/diet/sys/types.h
dietlibc-dev: usr/include/diet/sys/types.h
ecos: usr/src/ecos/packages/isoinfra/v2_0/include/sys/types.h
ecos: usr/src/ecos/packages/isoinfra/v2_0/include/sys/types.h
elks-libc: usr/lib/bcc/include/sys/types.h
elks-libc: usr/lib/bcc/include/sys/types.h
libc5-altdev: usr/i486-linuxlibc1/include/sys/types.h
libc5-altdev: usr/i486-linuxlibc1/include/sys/types.h
libc6-dev: usr/include/sys/types.h
libc6-dev: usr/include/sys/types.h
libpt-dev: usr/include/ptlib/wince/sys/types.h
libuclibc-dev: usr/i386-linux-uclibc/include/sys/types.h
libuclibc-dev: usr/i386-uclibc-linux/include/sys/types.h
libwine-dev: usr/include/wine/msvcrt/sys/types.h
libwine-dev: usr/include/wine/msvcrt/sys/types.h
lsbdev: var/lib/lsbdev/lsb_header/All/sys/types.h.defs
lsbdev: var/lib/lsbdev/lsb_header/IA32/sys/types.h.defs
lsbdev: var/lib/lsbdev/lsb_header/IA64/sys/types.h.defs
lsbdev: var/lib/lsbdev/lsb_header/sys/types.h
mingw32-runtime: usr/i586-mingw32msvc/include/sys/types.h
mingw32-runtime: usr/i586-mingw32msvc/include/sys/types.h
newlib-m68hc1x: usr/m68hc11/include/sys/types.h
newlib-m68hc1x: usr/m68hc11/include/sys/types.h
oskit: usr/include/oskit/c/sys/types.h
oskit: usr/include/oskit/c/sys/types.h
oskit: usr/include/oskit/freebsd/sys/types.h
oskit: usr/include/oskit/freebsd/sys/types.h
prc-tools-arm: usr/arm-palmos/include/sys/types.h
prc-tools-arm: usr/arm-palmos/include/sys/types.h
prc-tools-m68k: usr/m68k-palmos/include/sys/types.h
prc-tools-m68k: usr/m68k-palmos/include/sys/types.h
rtlinux: usr/src/rtlinux-3.1pre3/include/posix/sys/types.h
rtlinux: usr/src/rtlinux-3.1pre3/include/posix/sys/types.h
tendra: usr/lib/TenDRA/lib/include/bsd_extn.api/sys/types.h
tendra: usr/lib/TenDRA/lib/include/bsd_extn.api/sys/types.h
tendra: usr/lib/TenDRA/lib/include/gcc.api/sys/types.h
tendra: usr/lib/TenDRA/lib/include/gcc.api/sys/types.h
tendra: usr/lib/TenDRA/lib/include/posix.api/sys/types.h
tendra: usr/lib/TenDRA/lib/include/posix.api/sys/types.h
tendra: usr/lib/TenDRA/lib/include/posix1.api/sys/types.h
tendra: usr/lib/TenDRA/lib/include/posix1.api/sys/types.h
tendra: usr/lib/TenDRA/lib/include/posix2.api/sys/types.h
tendra: usr/lib/TenDRA/lib/include/posix2.api/sys/types.h
tendra: usr/lib/TenDRA/lib/include/svid3.api/sys/types.h
tendra: usr/lib/TenDRA/lib/include/svid3.api/sys/types.h
tendra: usr/lib/TenDRA/lib/include/unix95.api/sys/types.h
tendra: usr/lib/TenDRA/lib/include/unix95.api/sys/types.h
tendra: usr/lib/TenDRA/lib/include/xpg3.api/sys/types.h
tendra: usr/lib/TenDRA/lib/include/xpg3.api/sys/types.h
tendra: usr/lib/TenDRA/lib/include/xpg4.api/sys/types.h
tendra: usr/lib/TenDRA/lib/include/xpg4.api/sys/types.h
tendra: usr/lib/TenDRA/machines/linux/2.4.17/80x86/include/sys/types.h
tendra: usr/lib/TenDRA/machines/linux/2.4.17/80x86/include/sys/types.h

[HappyTux:/home/stephen]# afs sys/time.h
brickos: usr/include/brickos/sys/time.h
brickos: usr/include/brickos/sys/time.h
dietlibc-dev: usr/include/diet/sys/time.h
dietlibc-dev: usr/include/diet/sys/time.h
ecos: usr/src/ecos/packages/net/bsd_tcpip/v2_0/include/sys/time.h
ecos: usr/src/ecos/packages/net/bsd_tcpip/v2_0/include/sys/time.h
ecos: usr/src/ecos/packages/net/tcpip/v2_0/include/sys/time.h
ecos: usr/src/ecos/packages/net/tcpip/v2_0/include/sys/time.h
elks-libc: usr/lib/bcc/include/sys/time.h
elks-libc: usr/lib/bcc/include/sys/time.h
gccchecker: usr/lib/checker/i686-pc-linux-gnu/include/sys/time.h
gccchecker: usr/lib/checker/i686-pc-linux-gnu/include/sys/time.h
ldmud: usr/share/doc/ldmud/mud/lp-245/sys/time.h
ldmud: usr/share/doc/ldmud/mud/lp-245/sys/time.h
ldmud: usr/share/doc/ldmud/mudlib/sys/time.h
ldmud: usr/share/doc/ldmud/mudlib/sys/time.h
libc5-altdev: usr/i486-linuxlibc1/include/sys/time.h
libc5-altdev: usr/i486-linuxlibc1/include/sys/time.h
libc6-dev: usr/include/sys/time.h
libc6-dev: usr/include/sys/time.h
libuclibc-dev: usr/i386-linux-uclibc/include/sys/time.h
libuclibc-dev: usr/i386-uclibc-linux/include/sys/time.h
lsbdev: var/lib/lsbdev/lsb_header/All/sys/time.h.defs
lsbdev: var/lib/lsbdev/lsb_header/IA32/sys/time.h.defs
lsbdev: var/lib/lsbdev/lsb_header/IA64/sys/time.h.defs
lsbdev: var/lib/lsbdev/lsb_header/sys/time.h
mingw32-runtime: usr/i586-mingw32msvc/include/sys/time.h
mingw32-runtime: usr/i586-mingw32msvc/include/sys/time.h
newlib-m68hc1x: usr/m68hc11/include/sys/time.h
newlib-m68hc1x: usr/m68hc11/include/sys/time.h
oskit: usr/include/oskit/c/sys/time.h
oskit: usr/include/oskit/c/sys/time.h
oskit: usr/include/oskit/freebsd/sys/time.h
oskit: usr/include/oskit/freebsd/sys/time.h
tendra: usr/lib/TenDRA/lib/include/bsd_extn.api/sys/time.h
tendra: usr/lib/TenDRA/lib/include/bsd_extn.api/sys/time.h
tendra: usr/lib/TenDRA/lib/include/gcc.api/sys/time.h
tendra: usr/lib/TenDRA/lib/include/gcc.api/sys/time.h
tendra: usr/lib/TenDRA/lib/include/svid3.api/sys/time.h
tendra: usr/lib/TenDRA/lib/include/svid3.api/sys/time.h
tendra: usr/lib/TenDRA/lib/include/unix95.api/sys/time.h
tendra: usr/lib/TenDRA/lib/include/unix95.api/sys/time.h
 
Old 08-23-2004, 12:55 PM   #3
malbery
Member
 
Registered: Aug 2004
Distribution: Debian sarge 2.6.8-2-k7
Posts: 60

Original Poster
Rep: Reputation: 15
Quote:
Looks like you are missing libc6-dev and when installing I would take almost all of the recommends
That's fixed it. Thanks (yet again).
 
  


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
Problems Compiling Problems With GCC And C++ phnxbn Linux - Software 0 11-02-2004 05:49 PM
GCC problems natm Linux - Newbie 8 10-17-2004 09:42 PM
GCC problems inanna Red Hat 4 04-28-2004 04:20 PM
GCC problems garf12 Linux - Software 1 03-07-2004 09:59 PM
gcc problems? b0lt Slackware 2 11-19-2003 07:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 01:53 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