g++에서 lpthreads가 없다고 나옵니다.

ktlsu1231의 이미지

안녕하세요.
Thread 프로그램을 사용하고 싶어서 아래와 같이 실행했습니다.
그런데 -lpthreads가 없다고 나옵니다.

Quote:

[programmer@test c++]$ g++ thread.cpp -o thread -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
[programmer@test c++]$ gcc --version
2.96
[programmer@test c++]$

코드 입니다. 보고 있는 책은 SAMS Teach Yourself C++ for Linux입니다.

#if !defined(c_tcreate_h)
#define c_tcreate_h
#include <pthread.h>


class Thread
{
       public:
               Thread(void* r, void* a);
               virtual ~Thread();
               int Create();
               int Destroy();
       private:
               Thread& operator=(const Thread&);
               pthread_t thread;
               pthread_attr_t attr;
               void* fn;
               void* fn_args;
               bool init;
};

#endif

#include <iostream>
#include "tcreate.h"

using namespace std;


int data = 0;

void read_thread(void* param)
{
        while(1)
                cout <<"read: " << data << endl;
}

void write_thread(void* param)
{
        while(1)
                cout<< "write: " << data++ << endl;
}

int main(int argc, char** argv)
{
        Thread thread1((void*)&write_thread, NULL);
        Thread thread2((void*)&read_thread, NULL);

        thread1.Create();
        thread2.Create();

        for(int i=0; i<10000; i++);

        thread1.Destroy();
        thread2.Destroy();

        return 0;
}

gcc 업그레이드 해야하나요? 아니면 다른 방법이 있나요?
제가 실수했나요? ^^??

도와주세요 ^^;

맹고이의 이미지

-lpthreads 에서 s를 빼면 될 것 같기도 한데요...

ktlsu1231의 이미지

안녕하세요. ^^
감사합니다. 알려주신대로 했더니 그 에러는 안나네요.
헌데.. 다른 에러가 나는데요. 왜 그런지 모르겠습니다.
책이랑 아무리 비교해보아도 책과 다른 것이 없어요..TT

[programmer@test c++]$ g++ thread.cpp -o thread -lpthread
/tmp/ccie2ZNa.o: In function `main':
/tmp/ccie2ZNa.o(.text+0xac): undefined reference to `Thread::Thread(void *, void *)'
/tmp/ccie2ZNa.o(.text+0xc7): undefined reference to `Thread::Thread(void *, void *)'
/tmp/ccie2ZNa.o(.text+0xd8): undefined reference to `Thread::Create(void)'
/tmp/ccie2ZNa.o(.text+0xea): undefined reference to `Thread::Create(void)'
/tmp/ccie2ZNa.o(.text+0x120): undefined reference to `Thread::Destroy(void)'
/tmp/ccie2ZNa.o(.text+0x132): undefined reference to `Thread::Destroy(void)'
/tmp/ccie2ZNa.o(.text+0x146): undefined reference to `Thread::~Thread(void)'
/tmp/ccie2ZNa.o(.text+0x157): undefined reference to `Thread::~Thread(void)'
/tmp/ccie2ZNa.o(.text+0x175): undefined reference to `Thread::~Thread(void)'
/tmp/ccie2ZNa.o(.text+0x193): undefined reference to `Thread::~Thread(void)'
collect2: ld returned 1 exit status

쓰레드 한번 써보고 싶은데 힘드네요. T_T 으 ..

맹고이의 이미지

에러를 보세요...
Thread 클래스의 메소드 정의는 어디있나요?

ktlsu1231의 이미지

안녕하세요. 감사합니다. ^^
그러고 보니 책에 나온 코드와 시디의 셈플코드 둘다 오류가 있는 코드였네요. --;
책이 이런.. 이것도 저자의 교육중 하나인가 봅니다.
가르쳐주셔서 감사합니다.

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.