Ticket #116 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

shared lib do not have a soname!

Reported by: bioinfornatics Assigned to: Mike Wey
Priority: major Milestone:
Component: Structure and Packaging Version: TRUNK
Keywords: Cc:

Description

for set a soname for each taget SONAME_XXX

$(CC) $^ -shared -Wl,-soname,$@ -o $@

Change History

01/12/12 08:50:50 changed by bioinfornatics

sed -i "s/\$(CC) -shared \$\^ -o \$@/\$(CC) \$\^ -shared -Wl,-soname,\$@ -o \$@/g" GNUmakefile

01/12/12 08:51:38 changed by bioinfornatics

  • owner changed from JJR to Mike Wey.
  • component changed from Addon - gda to Structure and Packaging.

01/12/12 09:18:32 changed by bioinfornatics

This one (otherwise they are a warning as bad soname ...):

sed -i "s/\$(CC) -shared \$\^ -o \$@/\$(CC) -shared -Wl,-soname,\$@.1 -o \$@ \$\^ /g" GNUmakefile

01/12/12 16:36:53 changed by Mike Wey

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

Changed in svn r917.