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

등록 2001-01-11 14:44:00     조회 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/ 하이레느였습니다 ~ ♡
이름
암호


>> 관련글
17156 [질문]devfsd 관련 입니다.  프로이데아  2001.01.10  ....
  답장 RE: [질문]devfsd 관련 입니다.  레느레느  2001.01.11  ....
Register [ localhost 목록보기 윗글 아랫글
글쓰기
답장쓰기 수정 삭제
정규표현식 [ 상세 검색 ]
페이지로딩: [ 1.32 초 ] 작업시간: [ 0.13 초 ]

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

적수네 동네
+
| 적수네 동네
| 공부방
| 리눅스 잡지 서고
| LSN 소스
| 링크 모음
+---+
게시판
+
| 떠들어보세!
| 질문과 답변
| 새소식과 정보
| 1원짜리 팁?
| 대화방
+---+
칼럼?
+
| 세하 훔쳐보기
| Welcome2nite
| 혜진의 염장판
+---+
리눅스 상표권
+
| 반대 서명란
| 토론 게시판
+---+
GNU
+
| GNU 선언문
| GNU GPL
| GNU 미러 목록
+---+
프로젝트?
+
| 리눅스카운터
| RC5DES
| 실질헌법 제작
+---+
커널 소식
+
| 안정 버젼: 2.4.14
+---+
테마 선택
+
LSN 방송국?
+
| OFF AIR
+---+
회원
+
| 로그인
+---+
[ 적수네 동네 ] [ 리눅스 상표권 독점 반대 ] [ 한글 리눅스 문서 프로젝트 ] [ KrLine ] [ 사랑넷 ] [ Valid HTML 4.0! ] [ SlashDot ] [ Freshmeat ]
Copyleft (C) 1998-2001 Byeong-Chan Kim . License
TIME: 1789659311
System by WYZsoft, HDD by I.O.Linux, Mizi Research, Embryo, WOWLINUX, Domain by SarangNet, Network by KrLine.