Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Build failing after recent vadvise changes



I just updated from CVS again today, and, following the advice in
UPDATING, started a build without -u.  That didn't do the trick:

/usr/tools/bin/x86_64--netbsd-gcc -nodefaultlibs -shared -Wl,-soname,libc.so.12 -Wl,--warn-shared-textrel -Wl,-Map=libc.so.12.map -Wl,-z,initfirst   --sysroot=/usr/arena/amd64 -Wl,-z,relro -Wl,--warn-shared-textrel  -o libc.so.12.209.tmp  -Wl,-rpath,/lib  -L=/lib -Wl,-x  -Wl,--whole-archive libc_pic.a  -Wl,--no-whole-archive -lgcc 
/usr/tools/lib/gcc/x86_64--netbsd/5.5.0/../../../../x86_64--netbsd/bin/ld: libc_pic.a(vadvise.pico): relocation R_X86_64_32 against undefined symbol `SYS_vadvise' can not be used when making a shared object; recompile with -fPIC
/usr/tools/lib/gcc/x86_64--netbsd/5.5.0/../../../../x86_64--netbsd/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status

-tih
-- 
Most people who graduate with CS degrees don't understand the significance
of Lisp.  Lisp is the most important idea in computer science.  --Alan Kay


Home | Main Index | Thread Index | Old Index