Problem 767

Summary: Linking problem with AIDA in eventgenerator/gps on WIN32-VC
Product: Examples/Extended Reporter: chipaux
Component: analysis/A0Assignee: Fan.Lei
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 7.0   
Hardware: PC   
OS: Windows   

Description chipaux 2005-07-08 04:09:08 CEST
Similar problem than with example A01 :
Failure to link with AIDA on WIN32-VC

Changing in GNUmakefile
   LOADLIBS += `aida-config --lib`
by
   LDLIBS += `aida-config --lib`
solves the problem.

gps's makefile has not modified in release 7.1, on contrary to A01's
Comment 1 flei 2005-07-19 03:38:59 CEST
Fix committed to the repository (exgps-V07-01-00)