| Summary: | can not link CLHEP.lib | ||
|---|---|---|---|
| Product: | Examples/Basic and Novice | Reporter: | htktrang |
| Component: | N01 | Assignee: | Makoto.Asai |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 6.0 | ||
| Hardware: | Other | ||
| OS: | Windows | ||
|
Description
htktrang
2004-05-06 04:54:26 CEST
The following in your setup is wrong: export CLHEP_LIB=CLHEP.lib It should eventually be: export CLHEP_LIB=CLHEP and your library file called CLHEP.lib. Please, check. Please, also see our FAQ page. Note: since you're using g++ as compiler on Windows, it may be the case your CLHEP library file should be called libCLHEP.a instead. |