From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alejandro F Frangi To: egcs@cygnus.com Subject: Help needed Date: Sun, 31 Jan 1999 23:58:00 -0000 Message-id: <36A37255.70DB03BC@isi.uu.nl> X-SW-Source: 1999-01n/msg00698.html Hi, Is there any fool-proof document/guidelines explaining how to use egcs to do simple things like - generating a shared library - generating a static library from different modules that contain (instantiations of) templated classes. I am specially interested in knowing which flags should be used to avoid unresolved symbols in the final library. I would also like to know the flags to link several (static/shared) libraries with an executable in order to avoid soe strange warning messages like ld: WARNING 85: definition of AString::operator=(AString const &)in AString.o preempts that definition in /hosts/hydra/data1/alex/src/COOOL-1.3/lib/libcoool.so. Thanks for the patience with this beginner... Regards, Alex