Author Topic: How to setup for G++  (Read 7769 times)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline DanW_58

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: How to setup for G++
« Reply #16 on: March 28, 2021, 04:11:37 am »
That's an amazing link;  a lot of my problems went away by bringing definitions of template class functions back to the header file.
Including seemingly unrelated linker problems;  I thought my .o file was not being seen, but after bringing back functions to the
header file it all compiles and links.  I can't say I understand why;  though;  I know nothing about cookies and ovens;  I don't bake.