[PD] help with error compiling externals in 6.externs?

IOhannes m zmölnig zmoelnig at iem.at
Fri May 29 20:11:19 CEST 2015


On 05/29/2015 05:40 PM, Charles Z Henry wrote:
> You should have a
> /usr/lib/libc.so
> or /usr/lib64/libc.so
> 
> and
> /usr/lib/libm.so
> or /usr/lib64/libm.so


as the OP indicated that they are using "apt-get", it seems they are on
Debian (or a derivative).
Debian does not use /usr/lib64/ but has another multi-arch naming scheme
that is more generic and supports more than a single architecture.

you should have:

/usr/lib/${HOST_TRIPLET}/libc.so
/usr/lib/${HOST_TRIPLET}/libm.so

where ${HOST_TRIPLET} is something like "x86_64-linux-gnu" (on a 64bit
system) or "i386-linux-gnu" (on 32bit)

gfasmrd
IOhannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20150529/cd6d3b4c/attachment.sig>


More information about the Pd-list mailing list