라이브러리를 찾지 못합니다.

Seven..의 이미지

g++을 이용해 컴파일 했습니다.

g++ -o server server.cpp

이하 에러입니다. 라이브러리가 없군요;;

[root@localhost os]# g++ -o server server.cpp
server.cpp:4:1: warning: "_GNU_SOURCE" redefined
<command line>:4:1: warning: this is the location of the previous definition
In file included from server.cpp:6:
local.h:5:18: cstdio: 그런 파일이나 디렉토리가 없음
In file included from /usr/include/sys/types.h:31,
                 from local.h:6,
                 from server.cpp:6:
/usr/include/bits/types.h:31:20: stddef.h: 그런 파일이나 디렉토리가 없음
In file included from local.h:6,
                 from server.cpp:6:
/usr/include/sys/types.h:147:20: stddef.h: 그런 파일이나 디렉토리가 없음

이런 에러로 시작해서....
계속해서......
server.cpp: In function `int main()':
server.cpp:11: error: `FILE' undeclared (first use this function)
server.cpp:11: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
server.cpp:11: error: `fin' undeclared (first use this function)
server.cpp:17: error: `perror' undeclared (first use this function)
server.cpp:27: error: `popen' undeclared (first use this function)
server.cpp:29: error: `fileno' undeclared (first use this function)
server.cpp:33: error: `pclose' undeclared (first use this function)
server.cpp:39: error: `stderr' undeclared (first use this function)

안에서 필요한 헤더는

Quote:
#include <cstdio>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include <linux/limits.h>
#include <stdlib.h>

이런 헤더들이 필요합니다.

라이브러리를 잡게 해주려면어떻게 하면 될까요?

뭐 특별히 건들인건없는데 ..ㄱ

hekimian의 이미지

Quote:

#include <cstdio>

stdio.h에서 오타나신것 아닌가요?

나를 죽이지 않는 모든 것은 나를 강하게 할 뿐이다.

차리서의 이미지

hekimian wrote:
Quote:

#include <cstdio>

stdio.h에서 오타나신것 아닌가요?

http://www.cplusplus.com/doc/ansi/hfiles.html
표준 32 header는 여기에 <complex>가 추가되었습니다.
http://www-d0.fnal.gov/~dladams/cxx_standard.pdf
319 쪽(실제 345 번째 페이지)에 있는 17.4.1.2 절을 보십시오.

--
자본주의, 자유민주주의 사회에서는 결국 자유마저 돈으로 사야하나보다.
사줄테니 제발 팔기나 해다오. 아직 내가 "사겠다"고 말하는 동안에 말이다!

Seven..의 이미지

해..해결방법은 없는건가요? ㅠ.,ㅜ

VENI VIDI VICI

catzbi의 이미지

Quote:
root@localhost os]# g++ -o server server.cpp
server.cpp:4:1: warning: "_GNU_SOURCE" redefined
<command line>:4:1: warning: this is the location of the previous definition
In file included from server.cpp:6:
local.h:5:18: cstdio: 그런 파일이나 디렉토리가 없음
In file included from /usr/include/sys/types.h:31,
from local.h:6,
from server.cpp:6:
/usr/include/bits/types.h:31:20: stddef.h: 그런 파일이나 디렉토리가 없음
In file included from local.h:6,
from server.cpp:6:
/usr/include/sys/types.h:147:20: stddef.h: 그런 파일이나 디렉토리가 없음

이런 에러로 시작해서....

#include <cstddef>

Quote:
계속해서......
코드:
server.cpp: In function `int main()':
server.cpp:11: error: `FILE' undeclared (first use this function)
server.cpp:11: error: (Each undeclared identifier is reported only once for
each function it appears in.)
server.cpp:11: error: `fin' undeclared (first use this function)
server.cpp:17: error: `perror' undeclared (first use this function)
server.cpp:27: error: `popen' undeclared (first use this function)
server.cpp:29: error: `fileno' undeclared (first use this function)
server.cpp:33: error: `pclose' undeclared (first use this function)
server.cpp:39: error: `stderr' undeclared (first use this function)

안에서 필요한 헤더는

인용:
#include <cstdio> -> 맨 밑으로?
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h> -> # include <string> ?
#include <linux/limits.h>
#include <stdlib.h> -> #include <cstdlib>
? -> using namespace std;
?
...... -> #include <cstdio>

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.