From: Joao C. <jc...@fe...> - 2002-01-21 20:05:13
|
On Monday 21 January 2002 7:07 pm, Geoffrey Furnish wrote: > Joao Cardoso writes: > > This also happens on an OSF1 alpha. Your solution also works here (b= ut > > it is not yet cvs commited, isn't it?). > > > > But, after 'make' > > > > ... > > ar: Warning: creating libplplot.a > > ranlib libplplot.a > > > > cc -std -c -O1 -I. plrender.c > > cc -std plrender.o -L. -lplplot -o plrender -lX11 -lm > > ld: > > Unresolved: > > plD_dispatch_init_xw > > plD_dispatch_init_xterm > > plD_dispatch_init_tekt > > plD_dispatch_init_tek4107t > > plD_dispatch_init_mskermit > > ... > > > > A plain ./configure was issued, and no dynamic libs was built. > > Mmm, well, there's bazillions of configure bugs, we'll be fixing them > forever. If you can see how to patch up the OSF support, go ahead, > but I wouldn't let this platform deter us from a release. Neither I was saying so. The problem seems to be the shell again, or the make program, as no drive= rs=20 object files are included in LIBS_OBJ. The offending statment seems to be= : static_drivers_obj :=3D $(STATIC_DRIVERS:%=3D%$(O)) static_drivers_obj is empty, although STATIC_DRIVERS is not. Is any cure for this? Joao |