Ticket #615 (closed defect: fixed)
Opened 3 years ago
Last modified 3 years ago
zziplib broken?
| Reported by: | cipri | Owned by: | michaelvoliveira |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | dev-libs/zziplib | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
i get the error: gcc: error: unrecognized option '--export-dynamic'
while compiling it using haikuporter.
Change History
comment:1 Changed 3 years ago by scottmc
comment:2 Changed 3 years ago by scottmc
fix applied in r2020. Need to verify on gcc2.
comment:3 Changed 3 years ago by scottmc
- Resolution set to fixed
- Status changed from new to closed
Verified to work on gcc2 as well.
Note: See
TracTickets for help on using
tickets.

changing that to use '-export-dynamic' instead of '--export-dynamic' lets it build at least on gcc4. Perhaps this is/was different for gcc2? If so then the new .bep may need to check for gcc version and skip the fix.