could not exec llvm-link

I just installed the trial version on an Ubuntu 14.04 LTS system with an AMD Kaveri APU. I’m using the recent “Omega” release driver.

I’m compiling a simple OpenACC matrix multiplication example; but, I’m getting a very strange error. Does anyone have any suggestions?

$ pgcc -acc -ta=radeon test.c -Minfo=all
NOTE: your trial license will expire in 14 days, 8.67 hours.
main:
11, Generating copy(a[:][:],b[:][:],c[:][:])
14, Accelerator kernel generated
15, #pragma acc loop gang /* global dim(0) /
16, #pragma acc loop vector(256) /
local dim(0) /
14, Generating Radeon code
16, Loop is parallelizable
23, Accelerator kernel generated
24, #pragma acc loop gang /
global dim(0) /
25, #pragma acc loop vector(256) /
local dim(0) */
23, Generating Radeon code
25, Loop is parallelizable
26, Complex loop carried dependence of c prevents parallelization
Loop carried dependence of c prevents parallelization
Loop carried backward dependence of c prevents vectorization
pgocld-Fatal-Could not exec /opt/pgi/linux86-64/2015/llvm/3.1/bin/llvm-link
PGC-F-0155-Compiler failed to translate accelerator region (see -Minfo messages): Device compiler exited with error status code (test.c: 1)
PGC/x86-64 Linux 15.1-0: compilation aborted

Looks like I was missing 32-bit libstdc++