w*****j 发帖数: 49 | 1 【 以下文字转载自 Programming 讨论区 】
发信人: woshimj (woshimj), 信区: Programming
标 题: /usr/bin/ld: Undefined symbols:
发信站: BBS 未名空间站 (Fri Apr 9 11:51:19 2010, 美东)
Hi, everybody, I'm trying to use gcc to compile a program on my mac. It use
FLTK library. And when i type "g++ -o scratch scratch.c++". it gives the
error:
/usr/bin/ld: Undefined symbols:
Fl::run()
Fl_Widget::Fl_Widget(int, int, int, int, char const*)
Fl_Widget::~Fl_Widget()
Fl_Window::show()
Fl_Window::Fl_Window(int, int, char const*)
Fl_Window: |
|