Hello there.
I'm having a problem with a linker error. I am trying to compile a project (just a hobby). It manages to compile, but I get a link error when trying to link. I don't see anything wrong with the code at all.
I am using Dev-C++. This is the error:
[Linker error] undefined reference to 'std::ios_base::ios_base(std::ios_base const&)'
ld returned 1 exit status
C:\Documents and Settings\Marco\My Documents\interpreter\Makefile.win [Build Error] [interpreter.exe] Error 1
Could anyone please help me? I would appreciate it.