# New Ticket Created by  Nicholas Clark 
# Please include the string:  [perl #31209]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31209 >


---
osname= linux
osvers= 2.6.6
arch=   x86_64-linux-thread-multi
cc=     cc 
---
Flags:
    category=core
    severity=high
    ack=no
---
Attempting to build the nci test dynamic library on an Opteron fails:

cc -shared -L/usr/local/lib -fPIC  -L/usr/local/lib -g  \
    -o runtime/parrot/dynext/libnci.so src/nci_test.o
    /usr/bin/ld: src/nci_test.o: relocation R_X86_64_32 can not be used when making a 
shared object; recompile with -fPIC
    src/nci_test.o: could not read symbols: Bad value
    collect2: ld returned 1 exit status


I infer that the code for nci_test.o needs to be compiled with the appropriate
position independent code flag, but I don't know how to this portably.

Nicholas Clark
---
Summary of my parrot 0.1.0 configuration:
  configdate='Tue Aug 17 13:45:23 2004'
  Platform:
    osname=linux, archname=x86_64-linux-thread-multi
    jitcapable=0, jitarchname=nojit,
    jitosname=nojit, jitcpuarch=i386
    execcapable=0
    perl=/usr/bin/perl
  Compiler:
    cc='cc', ccflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN  
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
  Linker and Libraries:
    ld='cc', ldflags=' -L/usr/local/lib',
    cc_ldflags='',
    libs='-ldl -lm -lpthread -lcrypt -lrt'
  Dynamic Linking:
    so='.so', ld_shared='-shared -L/usr/local/lib -fPIC',
    ld_shared_flags=''
  Types:
    iv=long, intvalsize=8, intsize=4, opcode_t=long, opcode_t_size=8,
    ptrsize=8, ptr_alignment=1 byteorder=12345678, 
    nv=double, numvalsize=8, doublesize=8

---
Environment:
    HOME    LANG    LANGUAGE    LD_LIBRARY_PATH    LOGDIR    PATH    SHELL

Reply via email to