Reorder library for linking. Ubuntu 12.04 supplies gcc/ld versions

that are more picky about symbols definition order.
This commit is contained in:
Jean-Paul Chaput 2012-05-07 21:02:22 +00:00
parent d815ff6986
commit 913c0b0ed0
2 changed files with 6 additions and 5 deletions

View File

@ -25,6 +25,7 @@ libSch_la_LDFLAGS = -version-info @SCH_DLL_VERSION@
bin_PROGRAMS = asimut bin_PROGRAMS = asimut
asimut_LDADD = \ asimut_LDADD = \
-lBhl \
-L. libCst.la libSch.la \ -L. libCst.la libSch.la \
-L$(top_builddir)/mbkvti/src \ -L$(top_builddir)/mbkvti/src \
-L$(top_builddir)/mbkedif/src \ -L$(top_builddir)/mbkedif/src \
@ -46,7 +47,7 @@ asimut_LDADD = \
-lMlu \ -lMlu \
-lMal \ -lMal \
-lMcl -lMel -lMhl -lMgl -lMsl \ -lMcl -lMel -lMhl -lMgl -lMsl \
-lMvg -lMlo -lRcn -lBvl -lBhl -lBeh -lPpt -lPhl -lPat -lLog -lMut -lMvg -lMlo -lRcn -lBvl -lBeh -lPpt -lPhl -lPat -lLog -lMut
asimut_SOURCES = \ asimut_SOURCES = \
beh_delay.h c_fsyn_sr1k_56.c vh_debug.c vh_lspec.c vh_util.h \ beh_delay.h c_fsyn_sr1k_56.c vh_debug.c vh_lspec.c vh_util.h \

View File

@ -19,10 +19,10 @@ cougar_LDADD = @ALLIANCE_LIBS@ \
-L$(top_srcdir)/rds/src \ -L$(top_srcdir)/rds/src \
-L$(top_srcdir)/rdscif/src \ -L$(top_srcdir)/rdscif/src \
-L$(top_srcdir)/rdsgds/src \ -L$(top_srcdir)/rdsgds/src \
-lRtl -lRgs -lRcf -lRfm -lRpr -lRwi -lRut -lRds \
-lMlu -lMpu -lMap -lMmg -lMcp -lMcl -lMel \ -lMlu -lMpu -lMap -lMmg -lMcp -lMcl -lMel \
-lMhl -lMvl -lMlo -lMph -lMut -lMal -lRcn \ -lMhl -lMvl -lMlo -lMph -lMut -lMal -lRcn \
-lMsl -lMgl \ -lMsl -lMgl
-lRtl -lRgs -lRcf -lRfm -lRpr -lRwi -lRut -lRds
flatrds_LDADD = @ALLIANCE_LIBS@ \ flatrds_LDADD = @ALLIANCE_LIBS@ \
-L$(top_srcdir)/mbk/src \ -L$(top_srcdir)/mbk/src \
@ -38,10 +38,10 @@ flatrds_LDADD = @ALLIANCE_LIBS@ \
-L$(top_srcdir)/rds/src \ -L$(top_srcdir)/rds/src \
-L$(top_srcdir)/rdscif/src \ -L$(top_srcdir)/rdscif/src \
-L$(top_srcdir)/rdsgds/src \ -L$(top_srcdir)/rdsgds/src \
-lRtl -lRgs -lRcf -lRfm -lRpr -lRwi -lRut -lRds \
-lMlu -lMpu -lMap -lMmg -lMcp -lMcl -lMel \ -lMlu -lMpu -lMap -lMmg -lMcp -lMcl -lMel \
-lMhl -lMvl -lMlo -lMph -lMut -lMal -lRcn \ -lMhl -lMvl -lMlo -lMph -lMut -lMal -lRcn \
-lMsl -lMgl \ -lMsl -lMgl
-lRtl -lRgs -lRcf -lRfm -lRpr -lRwi -lRut -lRds
flatrds_SOURCES = flatrds.c flatrds_SOURCES = flatrds.c