Problem 767 - Linking problem with AIDA in eventgenerator/gps on WIN32-VC
Summary: Linking problem with AIDA in eventgenerator/gps on WIN32-VC
Status: RESOLVED FIXED
Alias: None
Product: Examples/Extended
Classification: Unclassified
Component: analysis/A0 (show other problems)
Version: 7.0
Hardware: PC Windows
: P2 normal
Assignee: Fan.Lei
URL:
Depends on:
Blocks:
 
Reported: 2005-07-08 04:09 CEST by chipaux
Modified: 2007-04-08 18:59 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 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)