>> Delete Reply from No. 17156 article
No. RE: [질문]devfsd 관련 입니다.

등록 2001-01-11 14:44:00 By localhost     조회 1
이름 레느레느    

		레드햇7 기반 배포판 이신가요?
6.2 쪽은 그냥 컴팔 되던데...
 대충 에러 메시지 보시면 아시겠지만, RTLD_NEXT 라는 것이
정의되지 않았다는 이야기 입니다.
무엇에 쓰는 건지 모르기 때문에 답변은 잘 못하겠지만...^^;;;
 하여간, /usr/include/dlfcn.h 라는 헤더파일에 RTLD_NEXT 의
정의가 있습니다. 와우리눅스 7 크리스마스버전에는
 #ifdef __USE_GNU
#define RTLD_NEXT ((void *) -1l)
...
#endif
 이런 식으로 정의되어 있습니다.
 결국 해결책은 위에서 #ifdef 와 #endif 부분을 주석처리 하시거나,
devfs 소스에서 위의 헤더를 include 하기 전에
#define __USE_GNU
라고 선언해 주면 됩니다.
 참고로 저는 주석처리해서 컴파일 성공했답니다. ^^;
참고하시길....
  : 커널 2.4 버젼관련 입니다.
: 필요한 devfsd를 설치하던중.
: 이런 에러가 나타납니다.
:
: cc -O2 -I. -Wall    -c -o devfsd.o devfsd.c
: devfsd.c:565:69: warning: pasting would not give a valid preprocessing token
: devfsd.c:565:69: warning: pasting would not give a valid preprocessing token
: devfsd.c:569:69: warning: pasting would not give a valid preprocessing token
: devfsd.c:569:69: warning: pasting would not give a valid preprocessing token
: devfsd.c:576:36: warning: pasting would not give a valid preprocessing token
: devfsd.c:576:36: warning: pasting would not give a valid preprocessing token
: devfsd.c:593:65: warning: pasting would not give a valid preprocessing token
: devfsd.c:593:65: warning: pasting would not give a valid preprocessing token
: devfsd.c:621:59: warning: pasting would not give a valid preprocessing token
: devfsd.c:621:59: warning: pasting would not give a valid preprocessing token
: devfsd.c:636:59: warning: pasting would not give a valid preprocessing token
: devfsd.c:636:59: warning: pasting would not give a valid preprocessing token
: devfsd.c:663:67: warning: pasting would not give a valid preprocessing token
: devfsd.c:663:67: warning: pasting would not give a valid preprocessing token
: devfsd.c:675:72: warning: pasting would not give a valid preprocessing token
: devfsd.c:861:76: warning: pasting would not give a valid preprocessing token
: devfsd.c:906:77: warning: pasting would not give a valid preprocessing token
: devfsd.c:906:77: warning: pasting would not give a valid preprocessing token
: devfsd.c:927:41: warning: pasting would not give a valid preprocessing token
: devfsd.c:927:41: warning: pasting would not give a valid preprocessing token
: devfsd.c:943:45: warning: pasting would not give a valid preprocessing token
: devfsd.c:943:45: warning: pasting would not give a valid preprocessing token
: devfsd.c:957:45: warning: pasting would not give a valid preprocessing token
: devfsd.c:957:45: warning: pasting would not give a valid preprocessing token
: devfsd.c:1009:58: warning: pasting would not give a valid preprocessing token
: devfsd.c:1009:58: warning: pasting would not give a valid preprocessing token
: devfsd.c:1019:71: warning: pasting would not give a valid preprocessing token
: devfsd.c:1019:71: warning: pasting would not give a valid preprocessing token
: devfsd.c:1061:58: warning: pasting would not give a valid preprocessing token
: devfsd.c:1061:58: warning: pasting would not give a valid preprocessing token
: devfsd.c:1071:71: warning: pasting would not give a valid preprocessing token
: devfsd.c:1071:71: warning: pasting would not give a valid preprocessing token
: devfsd.c:1121:47: warning: pasting would not give a valid preprocessing token
: devfsd.c:1121:47: warning: pasting would not give a valid preprocessing token
: devfsd.c:1150:72: warning: pasting would not give a valid preprocessing token
: devfsd.c:1150:72: warning: pasting would not give a valid preprocessing token
: devfsd.c:1228:78: warning: pasting would not give a valid preprocessing token
: devfsd.c:1228:78: warning: pasting would not give a valid preprocessing token
: devfsd.c:1339:62: warning: pasting would not give a valid preprocessing token
: devfsd.c:1339:62: warning: pasting would not give a valid preprocessing token
: devfsd.c:1346:58: warning: pasting would not give a valid preprocessing token
: devfsd.c:1346:58: warning: pasting would not give a valid preprocessing token
: devfsd.c:1349:64: warning: pasting would not give a valid preprocessing token
: devfsd.c:1349:64: warning: pasting would not give a valid preprocessing token
: devfsd.c:1414:69: warning: pasting would not give a valid preprocessing token
: devfsd.c:1414:69: warning: pasting would not give a valid preprocessing token
: devfsd.c:1425:78: warning: pasting would not give a valid preprocessing token
: devfsd.c:1425:78: warning: pasting would not give a valid preprocessing token
: devfsd.c:1474:58: warning: pasting would not give a valid preprocessing token
: devfsd.c:1474:58: warning: pasting would not give a valid preprocessing token
: devfsd.c:1493:59: warning: pasting would not give a valid preprocessing token
: devfsd.c:1493:59: warning: pasting would not give a valid preprocessing token
: devfsd.c:1511:63: warning: pasting would not give a valid preprocessing token
: devfsd.c:1511:63: warning: pasting would not give a valid preprocessing token
: devfsd.c:1546:71: warning: pasting would not give a valid preprocessing token
: devfsd.c:1546:71: warning: pasting would not give a valid preprocessing token
: devfsd.c:1609:36: warning: pasting would not give a valid preprocessing token
: devfsd.c:1609:36: warning: pasting would not give a valid preprocessing token
: devfsd.c:1646:78: warning: pasting would not give a valid preprocessing token
: devfsd.c:1646:78: warning: pasting would not give a valid preprocessing token
: devfsd.c:1650:54: warning: pasting would not give a valid preprocessing token
: devfsd.c:1650:54: warning: pasting would not give a valid preprocessing token
: devfsd.c:1684:41: warning: pasting would not give a valid preprocessing token
: devfsd.c:1684:41: warning: pasting would not give a valid preprocessing token
: devfsd.c: In function `free_config':
: devfsd.c:1394: `RTLD_NEXT' undeclared (first use in this function)
: devfsd.c:1394: (Each undeclared identifier is reported only once
: devfsd.c:1394: for each function it appears in.)
: devfsd.c: In function `get_shared_object':
: devfsd.c:1710: `RTLD_NEXT' undeclared (first use in this function)
: make: *** [devfsd.o] 오류 1
:
: 답변 부탁 드립니다 수고하십시요...
:
: --
: 리눅서 만세 ^%^--<b>aniType</b>: http://anitype.onairweb.net/ 하이레느였습니다 ~ ♡
[관리자] 패스워드를 입력 하십시오. 답장이 존재하면 함께 삭제됩니다.[ 목록 | 이전 ]
패스워드:    

Copyleft 1999-2026 by JSBoard Open Project
Theme Designed by IDOO All right reserved