tag 621992 + patch thanks > > /bin/sh ./libtool --tag=CXX --mode=link g++ -version-number 19:0:0 -o > > libgps.la -rpath /usr/lib ais_json.lo gpsd_report.lo gpsutils.lo geoid.lo > > gpsdclient.lo gps_maskdump.lo hex.lo json.lo libgps_core.lo libgps_json.lo > > netlib.lo rtcm2_json.lo shared_json.lo strl.lo libgpsmm.lo -lm -lc -lnsl > > -lpthread > > ./libtool: 1653: preserve_args+= --tag CXX: not found
sh is not bash any more: --- a/Makefile.am +++ b/Makefile.am @@ -256,9 +256,9 @@ # Warning: This overrides autoconf's normal link-line generation process if LIBGPSMM_ENABLE libgps_la_SOURCES += libgpsmm.cpp -libgps_la_LINK = /bin/sh ./libtool --tag=CXX --mode=link g++ $(libgps_la_LDFLAGS) -o $@ +libgps_la_LINK = ./libtool --tag=CXX --mode=link g++ $(libgps_la_LDFLAGS) -o $@ else -libgps_la_LINK = /bin/sh ./libtool --tag=CC --mode=link gcc $(libgps_la_LDFLAGS) -o $@ +libgps_la_LINK = ./libtool --tag=CC --mode=link gcc $(libgps_la_LDFLAGS) -o $@ endif nodist_libgpsd_la_SOURCES = packet_names.h ais_json.i Wish all the python transition bugs were this easy :) SR -- Stefano Rivera http://tumbleweed.org.za/ H: +27 21 465 6908 C: +27 72 419 8559 UCT: x3127 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

