Fehler beim Make ?

Software besorgen und anwenden
Post Reply
Message
Author
knopper

Fehler beim Make ?

#1 Post by knopper »

Beim Compilieren einer Anwendung bekomme ich diese Fehlermeldung. Weiss jemand vielleicht woran es liegen könnte ?


[root@localhost dynamics-0.8.1]# make
make all-recursive
make[1]: Entering directory `/root/appz/dynamics-0.8.1'
Making all in doc
make[2]: Entering directory `/root/appz/dynamics-0.8.1/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/appz/dynamics-0.8.1/doc'
Making all in src
make[2]: Entering directory `/root/appz/dynamics-0.8.1/src'
Making all in other
make[3]: Entering directory `/root/appz/dynamics-0.8.1/src/other'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/rsa -g -O2 -c agentadv.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:132,
from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/syslimits.h:7,
from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:11,
from /usr/include/bits/socket.h:31,
from /usr/include/sys/socket.h:35,
from agentadv.c:16:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
In file included from /usr/include/errno.h:36,
from agentadv.c:28:
/usr/include/bits/errno.h:25:26: linux/errno.h: No such file or directory
In file included from agentadv.c:37:
/usr/include/net/ethernet.h:27:68: linux/if_ether.h: No such file or directory
In file included from agentadv.c:37:
/usr/include/net/ethernet.h:35: `ETH_ALEN' undeclared here (not in a function)
/usr/include/net/ethernet.h:36: confused by earlier errors, bailing out
make[3]: *** [agentadv.o] Error 1
make[3]: Leaving directory `/root/appz/dynamics-0.8.1/src/other'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/appz/dynamics-0.8.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/appz/dynamics-0.8.1'
make: *** [all-recursive-am] Error 2

User avatar
elwood67
Posts: 232
Joined: 19. May 2004 10:03
Location: Nürnberg

Pfade

#2 Post by elwood67 »

Das make scheint keine Pfade zu finden.

Code: Select all

linux/limits.h: No such file or directory 
Configure ist durchgelaufen ohne Fehler?
Gruß Jürgen
_______________________
Rechner: P4 mit Suse 9.2
_______________________
Und versammeln unsere eigene Armee, um diese Massenvernichtungswaffe zu entschärfen, die wir heute noch unseren Präsidenten nennen...

Post Reply