Geant4 Mingw Edition

Hello everyone, I started a project named Geant4-MinGW-Edition, all I want to do make Geant4 compatible with Mingw-w64.

I already done for CLHEP see link

It is very important to get help from you guys, because this project will help us all,
after we finish it I will send it as a patch for Geant4 Developer Team.

Right now I can’t handle a problem in G4Proccesses see GitHub issue : link

It says
~/G4MoleculeGun.hh:104: multiple definition of TG4MoleculeShoot<G4Track>::Shoot(G4MoleculeGun*)
~/G4MoleculeGun.cc:75: first defined here

Also;
x86_64-w64-mingw32/bin/ld.exe: Error: export ordinal too large: 75869

And it takes too much time to link;
[ 29%] Linking CXX shared library ..\..\BuildProducts\bin\libG4processes.dll
Almost took 10 minutes this alone

If anyone can help me I will be so greatfull

Regards…

Semih Ufuk Güler