Ticket #37 (closed Defect: fixed)

Opened 1 year ago

Last modified 1 year ago

relaytool needs to know what SONAME to use for _is_present

Reported by: taj Assigned to: taj
Priority: High Milestone:
Component: apbuild Version: 1.2.3
Severity: Normal Keywords: relaytool, multilink
Cc:

Description

When multilinking, relaytool needs to know what SONAME to use for libNAME_is_present and lib_NAME_symbol_is_present(). For example, on Debian systems (who call jack libjack-0.100.0.so.0):

relaytool --multilink libjack.so.0 libjack-0.100.0.so.0 --relay jack -ljack

ends up creating libjack_0_100_0_is_present and libjack_0_100_0_symbol_is_present(), when it obviously should create libjack_is_present.

Change History

09/23/07 12:10:05 changed by taj

  • status changed from new to assigned.

09/29/07 20:33:17 changed by taj

Fixed in r2422.

09/29/07 20:33:55 changed by taj

  • status changed from assigned to closed.
  • resolution set to fixed.