Ah, I see. Thanks.
Guy LaCrosse wrote:Ok, I'm blind. Let's try again:
> The gcc34 libraries are the result of building boost 1.38 on Solaris 9.
> STATIC_LIB_OPT = -Wl,"-Bstatic"
> BOOST_LIBPATH = -L/export/home/mlacrosse/boost/lib/
> -lboost_filesystem-gcc34-mt -lboost_system-gcc34-mt
> LIBS = $(BOOST_LIBS) $(TNLIBS) $(BASE_LIBS) $(LOCALLIBS)
> tpg5webapp: tpg5webapp.cpp ConfigFile.cppFor static linking to work, the -l option must be present *after* the .cpp.
> $(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) $(LIBS) \
> -o tpg5webapp ConfigFile.cpp tpg5webapp.cpp
- Volodya
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users