Re: [Hamlib-developer] libltdl / FT747GX timeout problem - solved?
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Kamal M. <ka...@wh...> - 2010-04-08 01:00:35
|
On Sun, 2010-04-04 at 23:06 +0200, Stephane Fillod wrote: > > Kamal, I still think you did the right thing with the libltdl update. > However, I don't understand why the order was changed in Makefile.am > in the definition of SUBDIRS: > > -SUBDIRS = macros include lib libltdl src @BACKEND_LIST@ @ROT_BACKEND_LIST@ \ > +SUBDIRS = macros include lib src $(subdirs) @BACKEND_LIST@ @ROT_BACKEND_LIST@ \ > > According to me, 'src' should be built after $(subdirs), since src > depends on libltdl, when selected. Do you agree? Yes, I do agree. I suppose that I failed to consider the build order, and I didn't notice the problem, since my build selected the system's libltdl anyway. > SUBDIRS = macros include lib $(subdirs) src @BACKEND_LIST@ @ROT_BACKEND_LIST@ \ > Stephane, will you apply that change? 73 de KA6MAL -Kamal |