|
楼主 |
发表于 2003-5-17 17:46:33
|
显示全部楼层
/usr/lib/gcc-lib/i386-redhat-linux/3.2/../../../crt1.o: In function `_start':
/usr/lib/gcc-lib/i386-redhat-linux/3.2/../../../crt1.o(.text+0x18): undefined reference to `main'
/tmp/ccSc4ULD.o: In function `Form1::Form1[not-in-charge](QWidget*, char const*, unsigned)':
/tmp/ccSc4ULD.o(.text+0x20): undefined reference to `vtable for Form1'
/tmp/ccSc4ULD.o(.text+0x2c): undefined reference to `vtable for Form1'
/tmp/ccSc4ULD.o(.text+0x73): undefined reference to `Form1::trUtf8(char const*, char const*)'
/tmp/ccSc4ULD.o(.text+0x18f): undefined reference to `Form1::trUtf8(char const*, char const*)'
/tmp/ccSc4ULD.o: In function `Form1::Form1[in-charge](QWidget*, char const*, unsigned)':
/tmp/ccSc4ULD.o(.text+0x23c): undefined reference to `vtable for Form1'
/tmp/ccSc4ULD.o(.text+0x248): undefined reference to `vtable for Form1'
/tmp/ccSc4ULD.o(.text+0x28f): undefined reference to `Form1::trUtf8(char const*, char const*)'
/tmp/ccSc4ULD.o(.text+0x3ab): undefined reference to `Form1::trUtf8(char const*, char const*)'
/tmp/ccSc4ULD.o: In function `Form1::~Form1 [not-in-charge]()':
/tmp/ccSc4ULD.o(.text+0x443): undefined reference to `vtable for Form1'
/tmp/ccSc4ULD.o(.text+0x44f): undefined reference to `vtable for Form1'
/tmp/ccSc4ULD.o: In function `Form1::~Form1 [in-charge]()':
/tmp/ccSc4ULD.o(.text+0x489): undefined reference to `vtable for Form1'
/tmp/ccSc4ULD.o(.text+0x495): undefined reference to `vtable for Form1'
/tmp/ccSc4ULD.o: In function `Form1::~Form1 [in-charge deleting]()':
/tmp/ccSc4ULD.o(.text+0x4cf): undefined reference to `vtable for Form1'
/tmp/ccSc4ULD.o(.text+0x4db): more undefined references to `vtable for Form1' follow
collect2: ld returned 1 exit status |
|