[OGo-Users] Re: click-to-dial & Asterisk (Adam Tauno WIlliams)
Sebastian Reitenbach
users@opengroupware.org
Tue, 04 Dec 2007 17:21:52 +0100
users@opengroupware.org wrote:
> > > Making all for bundle AsteriskDialer...
> > > Copying resources into the bundle wrapper...
> > > Making all for tool ogoasterisk...
> > > Linking tool ogoasterisk ...
> > > /usr/bin/ld: cannot find -liconv
> > > collect2: ld returned 1 exit status
> > > make[1]: *** [shared_debug_obj/ogoasterisk] Error 1
> > > make: *** [ogoasterisk.all.tool.variables] Error 2
> > > I read something about libiconv only being required on FreeBSD, so
> > > I'll manually try removing that to see what happens.
> > Yes, this could be as my patches are for me on OpenBSD, remove the
> > dependency and it should do the trick.
>
> Yes, the bundle compiles for be if I remove the reference to iconv in
> GNUmakefile
>
> ogoasterisk_TOOL_LIBS += -lNGStreams -liconv
>
> becomes
>
> ogoasterisk_TOOL_LIBS += -lNGStreams
>
I'll update the patch to make it more flexible, I could check for the
operating system, or any better idea?
Sebastian