Problem 433 - Problem compilation Geant4.4.1(G4ParallelStepper) with cygwin
Summary: Problem compilation Geant4.4.1(G4ParallelStepper) with cygwin
Status: RESOLVED WORKSFORME
Alias: None
Product: Geant4
Classification: Unclassified
Component: geometry (show other problems)
Version: 4.1
Hardware: PC Windows
: P2 major
Assignee: Gabriele Cosmo
URL:
Depends on:
Blocks:
 
Reported: 2002-12-04 10:13 CET by mcrain
Modified: 2002-12-04 10:55 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description mcrain 2002-12-04 10:13:27 CET
i can't compile libG4geometry.a because compiler return error:

Compiling G4ParallelStepper.cc ...
G4ParallelStepper.cc
src/G4ParallelStepper.cc(48) : fatal error C1001: INTERNAL COMPILER ERROR
        (compiler file 'msc1.cpp', line 1786)
         Please choose the Technical Support command on the Visual C++
         Help menu, or open the Technical Support help file for more
information

(i tried to remark (//) line 54 and 48 and all be all right !, but this lines
very important i suggest, or i mistake ??)

Help me please !
Comment 1 Gabriele Cosmo 2002-12-04 10:55:59 CET
Please, check the following:
- version of the compiler Visual-C++ you use and service pack.
  the recommended one is VC++ 6.0, SP5.
- enough available memory (on Windows-2000, at least 256Mb is suggested)
- the source code is compiled in -debug- mode as suggested in the
  installation manual (G4DEBUG flag set to 1)
If the above conditions are satisfied the installation should perform
smoothly.
Please, use the Hypernews user forum for problems related to your specific
installation setup. Thanks.