Re: XFree 4.0 broken by libc changes ?

2001-02-25 Thread Martin Blapp


Daniel,

 I don't know, what port builds libGL.so.1?
 Something has to link in the threads library...

Yep, XFree86 libs should be linked against -lc_r,
I got this working with this.

It's still broken in FreeBSD ports, all GL dependent
programms are broken for CURRENT at the moment.

I've another issue now:

/usr/local/bin/dcopidl ./konq_undo.h  konq_undo.kidl || rm -f
konq_undo.kidl /usr/libexec/ld-elf.so.1: /usr/lib/libc_r.so.5: Undefined
symbol "_flockfile"
/usr/local/bin/dcopidl2cpp --c++-suffix cc --no-stub konq_undo.kidl
/usr/libexec/ld-elf.so.1: /usr/lib/libc_r.so.5: Undefined symbol
"_flockfile

This while I'm trying to build kdebase2 from ports.

You've got an idea ?

# objdump --dynamic-syms /usr/lib/libc_r.so.5 | grep _flockfile
9068 gDF .text  0040 _flockfile_debug
  D  *UND*   _flockfile

and right, it's undefined there ...

Martin


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: XFree 4.0 broken by libc changes ?

2001-02-25 Thread Martin Blapp


Hi,

 konq_undo.kidl /usr/libexec/ld-elf.so.1: /usr/lib/libc_r.so.5: Undefined
 symbol "_flockfile"
 /usr/local/bin/dcopidl2cpp --c++-suffix cc --no-stub konq_undo.kidl
 /usr/libexec/ld-elf.so.1: /usr/lib/libc_r.so.5: Undefined symbol
 "_flockfile

Sorry, fixed this with recompling qt.

Martin


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: XFree 4.0 broken by libc changes ?

2001-02-25 Thread Daniel Eischen

On Sun, 25 Feb 2001, Martin Blapp wrote:
 
 Daniel,
 
  I don't know, what port builds libGL.so.1?
  Something has to link in the threads library...
 
 Yep, XFree86 libs should be linked against -lc_r,
 I got this working with this.
 
 It's still broken in FreeBSD ports, all GL dependent
 programms are broken for CURRENT at the moment.
 
 I've another issue now:
 
 /usr/local/bin/dcopidl ./konq_undo.h  konq_undo.kidl || rm -f
 konq_undo.kidl /usr/libexec/ld-elf.so.1: /usr/lib/libc_r.so.5: Undefined
 symbol "_flockfile"
 /usr/local/bin/dcopidl2cpp --c++-suffix cc --no-stub konq_undo.kidl
 /usr/libexec/ld-elf.so.1: /usr/lib/libc_r.so.5: Undefined symbol
 "_flockfile
 
 This while I'm trying to build kdebase2 from ports.
 
 You've got an idea ?
 
 # objdump --dynamic-syms /usr/lib/libc_r.so.5 | grep _flockfile
 9068 gDF .text  0040 _flockfile_debug
   D  *UND*   _flockfile

Right, _flockfile is in libc.so.5 now.  It should be picked up
if the application is also linked with libc.so.5, I think.

-- 
Dan Eischen

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message