From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Kozak Subject: export numa_init Date: Sat, 12 Oct 2013 12:31:18 +0200 Message-ID: <1381573878.2421.6.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:content-type:mime-version :content-transfer-encoding; bh=MGZGvK6w/NmHgpi/vyI8fUCZnl09BXEMA5VM23pILdo=; b=SqFwmBA4TTv3d5n/RJ2RfFItnBPJ5CjdT/HYtUb08fCH4HMmsnAVomi3/BhrGsTMau zmnBhXUUyRK3Faxu0g7fEgOEv59Mu/ON8lMyWYRV9dA8Byvgx71aquaMgijvv+1jbNMK E8V+lRIdg8T1x709G4emLKN/QAZD8JQSWz9KLXLR9alrHJg1mlyJXnfPlUWM4mVFgXOB rJrnjvrUecaa3Px7HdK4APZ/ZNRHB8t3DPrXzmnhjnrcxPDfKa4XNggR9kvPA8WPY5+I gtl9ui9l7h+JS99cylgVmHYqdc1n51L1awQd21dVUdXs/Q+6d/Ls4VYAwOieyYK/nwVM uhpg== Sender: linux-numa-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: linux-numa@vger.kernel.org Hello, when I compile latest libnuma.so, the numa_init symbol is not exported. So it is not possible to linked against this lib with code which called numa_init directly from code. One of affected program is HipHop Virtual Machine (HHVM) https://github.com/facebook/hiphop-php/blob/master/hphp/util/alloc.cpp#L135 So it is possible to add numa_init into global section in versions.ldscript? With kind regards Daniel Kozak