간단한 udp 소켓 프로그램을 짯습니다.
컴파일 하는데 아래와 같은 오류가 나네요.
도와 주세요 ㅠ.ㅠ
[shell] gcc udp_sender.cpp /tmp/ccFWMQ4g.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0' collect2: ld returned 1 exit status [shell]
확장자가 cpp인것 봐서는 c++ 인것 같은데,
컴파일 하실때 g++을 사용해보세요.
Ilho
도움이 되려나요..http://mail.gnome.org/archives/gtk-app-devel-list/2004-October/msg00192.html
----------------------------------------------------------------------------
이렇게 하란 말씀이신듯.
$ g++ udp_sender.cpp -lstdc++
g++ 사용해 보세요.
확장자가 cpp인것 봐서는 c++ 인것 같은데,
컴파일 하실때 g++을 사용해보세요.
Ilho
도움이 되려나요..http://mail.gnome.org/archiv
도움이 되려나요..
http://mail.gnome.org/archives/gtk-app-devel-list/2004-October/msg00192.html
----------------------------------------------------------------------------
[quote="ㅡ,.ㅡ;;"]도움이 되려나요..http://mail.
이렇게 하란 말씀이신듯.