|

楼主 |
发表于 2003-5-22 14:15:51
|
显示全部楼层
g++ -O -c dtime.cxx -Wall -fPIC -D_REENTRANT -I/usr/local/root/include
g++ -o dtime -L/usr/local/root/lib -lCore -lCint -lHist -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript -lMatrix -lPhysics -lpthread -lm -ldl -rdynamic -L/usr/local/root/lib -lCore -lCint -lHist -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript -lMatrix -lPhysics -lGui -lpthread -lm -ldl -rdynamic dtime.o
dtime.o(.text+0xbd): In function `main':
: undefined reference to `TApplication::TApplication[in-charge](char const*, int*, char**, void*, int)'
dtime.o(.text+0xca): In function `main':
: undefined reference to `TStorage::ObjectAlloc(unsigned)'
.....
dtime.o(.text+0xc6d): In function `main':
: undefined reference to `TApplication::~TApplication [in-charge]()'
collect2: ld returned 1 exit status
make: *** [dtime] Error 1 |
|