05-19-2009, 10:56 AM
Hi forum...
I have this FEA system, http://adventure.sys.t.u-tokyo.ac.jp/ coded by the Japs ( outstanding piece of software, therefore ...), I mean, they built the Mitsubishi A6m Zero, the IJN Yamato, the Lexus... they know what they do...
It is built to run in Red Hat 7.x...
Found a few topics on the web on how to build this in a generic distro:
One is for Ubuntu Feisty 7.04, http://adventurefeaproject.blogspot.com/ made by the creator of a forum dedicated to Adventure FEA ( somewhat dead or inactive in the last two years... )
The other, made for OpenSuse 10.2 is made by Professor Ogino from Mechanical Engineering Department of University of Tokyo.
I tried to follow both but I stubled with difficulties od the linker not finding headers for the standard include files in c++.
Well... I have the whole lot of the gcc suite... and Fortran suite of Debian... as well as the automake, binutils.... whatever...
why the heck does 'make' complaints about not finding string.h stdlib.h and stdio.h and xxxx.h ...whatever, even if i explicitly change '#include string.h' to '#include<cstring>' it will complain about a missing string.h when building a file in the TriPatch application, for instance...
Does anyone have a clue on what kind of changes I must make to the Makefiles in order to have this compiled on a decent ( ... mean recent... :-) ) distro like Debian...?
Best regards
Alex
I have this FEA system, http://adventure.sys.t.u-tokyo.ac.jp/ coded by the Japs ( outstanding piece of software, therefore ...), I mean, they built the Mitsubishi A6m Zero, the IJN Yamato, the Lexus... they know what they do...
It is built to run in Red Hat 7.x...
Found a few topics on the web on how to build this in a generic distro:
One is for Ubuntu Feisty 7.04, http://adventurefeaproject.blogspot.com/ made by the creator of a forum dedicated to Adventure FEA ( somewhat dead or inactive in the last two years... )
The other, made for OpenSuse 10.2 is made by Professor Ogino from Mechanical Engineering Department of University of Tokyo.
I tried to follow both but I stubled with difficulties od the linker not finding headers for the standard include files in c++.
Well... I have the whole lot of the gcc suite... and Fortran suite of Debian... as well as the automake, binutils.... whatever...
why the heck does 'make' complaints about not finding string.h stdlib.h and stdio.h and xxxx.h ...whatever, even if i explicitly change '#include string.h' to '#include<cstring>' it will complain about a missing string.h when building a file in the TriPatch application, for instance...
Does anyone have a clue on what kind of changes I must make to the Makefiles in order to have this compiled on a decent ( ... mean recent... :-) ) distro like Debian...?
Best regards
Alex