Opened 14 years ago
Closed 14 years ago
#378 closed defect (fixed)
After PYTHIA/shower reorganization, linking fails.
Reported by: | kilian | Owned by: | Juergen Reuter |
---|---|---|---|
Priority: | P1 | Milestone: | v2.0.4 |
Component: | configure | Version: | 2.0.3 |
Severity: | blocker | Keywords: | |
Cc: |
Description
Done with a fresh build, after trunk update and autoreconf. Configure options:
FC=gfortran45 FCFLAGS=-g --disable-static
The build process terminates with
./.libs/libwhizard.so: undefined reference to `shower_get_final_partons_' ./.libs/libwhizard.so: undefined reference to `shower_set_maxz_isr_' ./.libs/libwhizard.so: undefined reference to `shower_execute_next_isr_branching_' ./.libs/libwhizard.so: undefined reference to `shower_set_next_color_nr_' ./.libs/libwhizard.so: undefined reference to `pygive_' ...
[more undefined symbols]
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Owner: | changed from reuter to Juergen Reuter |
---|---|
Status: | new → assigned |
Working on it. I suppose I get it going.
Note: See
TracTickets for help on using
tickets.
OK, it works with --enable-shower --enable-pythia.
Making this the default would be a workaround, but I'd suggest to make the --disable options as well, and they should be the default for now.