I'm working with Forte 6.2
xxx.o is an object file that uses some STL (stack which defaults to use deque)
If I link the program with xxx.o it is OK.
I created a library libxxx.a from xxx.o using ar -rc
If I link with -lxxx I get undefined symbols for some stl stuff (i.e.
std:deque) referenced in that library. I even did a diff of the symbol tables
and with the exception of the tag identifying the files, they are identical so
I'm inclined to believe this is a care and feeding issue of the 6.2 beast which
I am only using -g -mt options.
Thanks for any suggestions.
(no problem with the GNU port)
Ben