Re: [GXemul-users] Errors with SVN
Status: Alpha
Brought to you by:
gavare
From: Anders G. <ga...@gm...> - 2009-08-19 18:41:00
|
Ons 2009-08-19 klockan 15:46 +0100 skrev Nigel Horne: > Andreas, > > It's working! My guests are cats, decstation and pmax. I don't know if > there is any impact on performance, but at least all is well. All those modes are legacy modes, using the old C parts of the code, so they shouldn't be affected at all. C++ is only used for the new framework (where testm88k and testmips can be experimented with, but they don't really run many instructions yet, so they are not useful yet for end-users). > Perhaps you can modify configure to add -lgomp if needed? That could be one way. However, there must be a reason why -D_GLIBCXX_PARALLEL is set in your CXXFLAGS. The place where that flag is set should probably also have added -lgomp. Is that a default Debian flag, or something which was added some other way to your CXXFLAGS? Is there maybe a separate LDFLAGS but for C++? (Is -lgomp in your LDFLAGS perhaps, and GXemul's configure ignores it?) Anders |