Problem 421 - cpp0: warning:
Summary: cpp0: warning:
Status: RESOLVED WORKSFORME
Alias: None
Product: Geant4
Classification: Unclassified
Component: config (show other problems)
Version: 4.1
Hardware: Sun Solaris
: P2 normal
Assignee: Gabriele Cosmo
URL:
Depends on:
Blocks:
 
Reported: 2002-10-17 02:03 CEST by hep_mkj
Modified: 2002-10-17 09:01 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description hep_mkj 2002-10-17 02:03:29 CEST
Dear Sir,
 While trying to install GEANT4.4.1, using the command 'gmake' I faced with the
warning:-

	'Making dependency for file src/G4ios.cc ...
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning:   as it has already been specified as a non-system directory
Making dependency for file src/G4VStateDependent.cc ...
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning:   as it has already been specified as a non-system directory'

after seeing this warning , question arises;-
1.what is cpp0 ?
2.Is there any way to get rid of this warning?
3.Can I avoid this warning?
4. Is the installation of GEANT4 is true?

Waiting for your response.

With Regards,
Manoj Jha.
Comment 1 Gabriele Cosmo 2002-10-17 02:22:59 CEST
Can you please specify the compiler version you're using on Solaris ?
Comment 2 Gabriele Cosmo 2002-10-17 08:59:59 CEST
Manoj Kumar wrote:

> Dear Gabriele,
> I am using the complier version
> 'CC: Sun WorkShop 6 update 2 C++ 5.3 2001/05/15"
>
> Waiting for your response
> Manoj.
Comment 3 Gabriele Cosmo 2002-10-17 09:01:59 CEST
You should make sure the path -I/usr/local/include does not appear during
compilation. The compiler my become upset for this.
Verify that CLHEP is _NOT_ installed in /usr/local !