microdc-devel
[Top][All Lists]
Advanced

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

Re: [microdc-devel] microdc for mac os


From: Oskar Liljeblad
Subject: Re: [microdc-devel] microdc for mac os
Date: Wed, 7 Sep 2005 07:16:19 +0200
User-agent: Mutt/1.5.10i

On Tuesday, September 06, 2005 at 23:11, gmx wrote:
[..]
> gcc -Wall -D_THREAD_SAFE  -g -O2   -o microdc  command.o connection.o  
> variables.o fs.o hub.o huffman.o main.o screen.o search.o user.o  
> util.o ipc.o common/libcommon.a ../lib/libgnu.a -lreadline
> ld: Undefined symbols:
> _sprintf$LDBLStub
> _printf$LDBLStub
> _fprintf$LDBLStub
> _rl_begin_undo_group
> _rl_delete_text
> _rl_ding
> _rl_display_prompt
> _rl_end_undo_group
> _rl_expand_prompt
> _rl_get_screen_size
> _rl_insert_text
> _rl_on_new_line
> _rl_set_prompt
> _vfprintf$LDBLStub
> _vprintf$LDBLStub
> _snprintf$LDBLStub
> _vasprintf$LDBLStub
> make[3]: *** [microdc] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2

Strange - your compiler should add -lSystemStubs automaticly so that
you won't get the $LDBLStub undefined symbols. (At least according
to posts on the net. :) Someone said you had to select the right
compiler with 'gcc_select 3.3' first.

As for the readline errors, what version of readline do you have
installed?

Regards,

Oskar Liljeblad (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]