Re: Compilation error of xorriso on MacOSX

2010-04-13 Thread Thomas Schmitt
Hi, Yves Blusseau wrote: > http://www.mail-archive.com/autoc...@gnu.org/msg13241.html > there a VL_LIB_READLINE macro Ahum. A whole family of libraries. Not only libreadline but also libedit, and libeditline. This can become as interesting as the situation with iconv. But to our luck, libreadline

Re: Compilation error of xorriso on MacOSX

2010-04-13 Thread Yves Blusseau
Hi, Vladimir Serbinenko wrote: You need to add CFLAGS=-I/opt/local/include too. Good point. I hope it is already clear that such manipulations are very experimental. optimally there should be a configure option for this. libreadline is not urgently needed. It is just a convenient capabilit

Re: Compilation error of xorriso on MacOSX

2010-04-13 Thread Thomas Schmitt
Hi, Vladimir Serbinenko wrote: > You need to add CFLAGS=-I/opt/local/include too. Good point. I hope it is already clear that such manipulations are very experimental. > optimally there should be a configure option for this. libreadline is not urgently needed. It is just a convenient capabilit

Re: Compilation error of xorriso on MacOSX

2010-04-13 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Thomas Schmitt wrote: > i would try > > make clean > export LDFLAGS="-L/opt/local/lib" > ./configure ...options... > make > You need to add CFLAGS=-I/opt/local/include too. Otherwise you risk hitting e.g. different structures in library and application. But optimally there should be a co

Re: Compilation error of xorriso on MacOSX

2010-04-13 Thread Thomas Schmitt
Hi, Yves Blusseau wrote: > I have the latest readline library (6.1) installed on my MacOSX > /opt/local/lib/libreadline.a > But i think configure have tried to use the one in the standard path > (/usr/lib): > Perhaps i can use an option of configure or environnement variable to > "force" the linke

Re: Compilation error of xorriso on MacOSX

2010-04-13 Thread Yves Blusseau
Hi, when i've tried to compile xorriso on MacOSX 10.6.2 i have this error during the link: Undefined symbols: "_history_list", referenced from: _Xorriso_status in xorriso_xorriso-xorriso.o ... If i add #undef Xorriso_with_readlinE to xorriso.c, i can compile it. It looks as if the in

Re: Compilation error of xorriso on MacOSX

2010-04-12 Thread Thomas Schmitt
Hi, > when i've tried to compile xorriso on MacOSX 10.6.2 > i have this error during > the link: > Undefined symbols: > "_history_list", referenced from: > _Xorriso_status in xorriso_xorriso-xorriso.o > ... > If i add #undef Xorriso_with_readlinE to xorriso.c, i can compile it. It looks as