Link to home
Start Free TrialLog in
Avatar of kryptix
kryptix

asked on

Q for SmallGod - g++ and templates

I need to know how to compile templates using g++ under UNIX.  The program compiles ok using cxx, but when using g++, results in "Unresolved" errors for all the template classes. Is there some precompile directive or command line switches I can use to get past this?

                  Thanks in advance
                  Kryptix
ASKER CERTIFIED SOLUTION
Avatar of SmallGod
SmallGod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial