Re: Static AND Dynamic linking at the same time
- From: Tieum <surnom.surnom@xxxxxxx>
- Date: Tue, 27 Dec 2005 12:35:40 +0100
Furthermore,
departements_LDFLAGS = -Bstatic $(GTKMM_LIBS) $(LIBXMLPP_LIBS) -Bdynamic
produces:
g++ -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wparentheses
-Wpointer-arith -Winline -Woverloaded-virtual -g -o departements -Bstatic
-Bdynamic departements.o JmpDptWindow.o JmpDptWindow_glade.o
JmpDptAboutDialog.o JmpDptAboutDialog_glade.o JmpDptOptionsDialog.o
JmpDptOptionsDialog_glade.o -lgtkmm-2.4 -lgdkmm-2.4 -latkmm-1.6
-lgtk-x11-2.0 -lpangomm-1.4 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgmodule-2.0 -ldl -lxml++-2.6
-lxml2 -lpthread -lz -lm -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0
where I would like :
g++ -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wparentheses
-Wpointer-arith -Winline -Woverloaded-virtual -g -o departements -Bstatic
-lpangomm-1.4 -lgtkmm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lglibmm-2.4 -lxml++-2.6
-Bdynamic departements.o JmpDptWindow.o JmpDptWindow_glade.o
JmpDptAboutDialog.o JmpDptAboutDialog_glade.o JmpDptOptionsDialog.o
JmpDptOptionsDialog_glade.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgmodule-2.0 -ldl
-lxml2 -lpthread -lz -lm -lgobject-2.0 -lsigc-2.0 -lglib-2.0
--
Matthieu
-----------------------------------------------------------------
Pour m'écrire remplacer surnom par tieum les 2 fois
.
- References:
- Static AND Dynamic linking at the same time
- From: Tieum
- Re: Static AND Dynamic linking at the same time
- From: Paul Pluzhnikov
- Static AND Dynamic linking at the same time
- Prev by Date: Re: Static AND Dynamic linking at the same time
- Next by Date: Re: Static AND Dynamic linking at the same time
- Previous by thread: Re: Static AND Dynamic linking at the same time
- Next by thread: ptrace question
- Index(es):