치명적 기호 참조 오류에 대해 질문입니다

urere의 이미지

안녕하세요. 유닉스 시스템 프로그래밍을 공부중인 학생입니다.

이 소스의 문제는 저자자신(출처는 유닉스시스템&네트워크프로그래밍)은 이 프로그램으로 테스트까지 마쳤다는 것인데, 그렇다고 하기엔 너무 에러가 많습니다..... 고치다 고치다 여기까지 왔네요. 책에 보면 디버깅이 어쩌구 하는 내용이 있는데, 저자 자신의 머리나 디버깅하라고 해주고 싶습니다.(저자가, 이 글을 볼리 없겠지만..)

이 오류를 해결하려면 어떻게 해야 합니까?

--에러메시지
# g++ -o tems *.cxx -lnsl -lsocket -lpthread
UseSocket.cxx: In member function `PktMsgType* UseSocket::rcvMsgFromNE()':
UseSocket.cxx:106: warning: address of local variable `pktMsg' returned
UseSocket.cxx: In member function `PktMsgType* UseSocket::rcvMsgFromNEWithTimer()':
UseSocket.cxx:146: warning: address of local variable `pktMsg' returned
정의되지 않음 첫번째 참조된
기호 파일:
LogHandler::the_logHandler /var/tmp//ccDC9Mko.o
Framework::the_framework /var/tmp//cca9HuXH.o
BSCHandler::the_bscHandler /var/tmp//cc2mJH59.o
NEHandler::the_neHandler /var/tmp//ccNLmZbr.o
Formatter::the_formatter /var/tmp//ccnthrJG.o
ld: 치명적: 기호 참조 오류. tems에 출력이 기록되지 않음
collect2: ld returned 1 exit status

kane의 이미지

1. 로컬 변수의 주소를 반환하지 마세요. new를 하거나, 함수의 인자로 받으세요.

2. LogHandler::the_logHandler, Framework::the_framework, BSCHandler::the_bscHandler, NEHandler::the_neHandler, Formatter::the_formatter 이 함수가 있는 파일을 같이 컴파일하세요.

prio의 이미지

혹시나 해서..

gcc 버전이 높아지면서 표준에 더 strict하게 바뀌어 왔습니다.

전에는 warning으로 넘어갈 것이 error가 되는 경우가 많거든요.

책이 언제 출간 되었는지는 모르겠으나 이전 버전의 컴파일러에서는 컴파일이 잘 될 가능성도 있습니다.

댓글 달기

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