Re: [PATCH] ltdl: set libltdl_cv_need_uscore to yes on OS/2

2014-11-27 Thread KO Myung-Hun
Hi/2. Gary V. Vaughan wrote: > Hi, > >> On Nov 27, 2014, at 4:53 AM, KO Myung-Hun wrote: >> Gary V. Vaughan wrote: >>> On 27 Nov 2014, at 02:47, KO Myung-Hun wrote: I agree. Gary V. Vaughan wrote: > I pushed the core of a new macro that does exactly that to M4 master jus

Re: [PATCH] ltdl: set libltdl_cv_need_uscore to yes on OS/2

2014-11-27 Thread Gary V. Vaughan
Hi, > On Nov 27, 2014, at 4:53 AM, KO Myung-Hun wrote: > Gary V. Vaughan wrote: >> >>> On 27 Nov 2014, at 02:47, KO Myung-Hun wrote: >>> I agree. >>> >>> Gary V. Vaughan wrote: I pushed the core of a new macro that does exactly that to M4 master just now. Would you let me

Re: [PATCH] ltdl: set libltdl_cv_need_uscore to yes on OS/2

2014-11-26 Thread KO Myung-Hun
Hi/2. Gary V. Vaughan wrote: > Hi! > >> On 27 Nov 2014, at 02:47, KO Myung-Hun wrote: >> >> Hi/2. >> >> Gary V. Vaughan wrote: >>> Hi, >>> >>> Thanks for the report and the patch! >>> On Nov 22, 2014, at 4:08 AM, KO Myung-Hun wrote: On OS/2, dlopen() does not support a program. S

Re: [PATCH] ltdl: set libltdl_cv_need_uscore to yes on OS/2

2014-11-26 Thread Gary V. Vaughan
Hi! > On 27 Nov 2014, at 02:47, KO Myung-Hun wrote: > > Hi/2. > > Gary V. Vaughan wrote: >> Hi, >> >> Thanks for the report and the patch! >> >>> On Nov 22, 2014, at 4:08 AM, KO Myung-Hun wrote: >>> >>> On OS/2, dlopen() does not support a program. So libltdl_cv_need_uscore >>> is set to un

Re: [PATCH] ltdl: set libltdl_cv_need_uscore to yes on OS/2

2014-11-26 Thread KO Myung-Hun
Hi/2. Gary V. Vaughan wrote: > Hi, > > Thanks for the report and the patch! > > On Nov 22, 2014, at 4:08 AM, KO Myung-Hun wrote: >> >> On OS/2, dlopen() does not support a program. So libltdl_cv_need_uscore >> is set to unknown, but dlsym() requires an underscore prefix. So set >> libltdl_cv_ne

Re: [PATCH] ltdl: set libltdl_cv_need_uscore to yes on OS/2

2014-11-26 Thread Gary V. Vaughan
Hi, Thanks for the report and the patch! On Nov 22, 2014, at 4:08 AM, KO Myung-Hun wrote: > > On OS/2, dlopen() does not support a program. So libltdl_cv_need_uscore > is set to unknown, but dlsym() requires an underscore prefix. So set > libltdl_cv_need_uscore to yes on OS/2 if lt_cv_sys_symbo

[PATCH] ltdl: set libltdl_cv_need_uscore to yes on OS/2

2014-11-21 Thread KO Myung-Hun
On OS/2, dlopen() does not support a program. So libltdl_cv_need_uscore is set to unknown, but dlsym() requires an underscore prefix. So set libltdl_cv_need_uscore to yes on OS/2 if lt_cv_sys_symbol_underscore is yes and libltdl_cv_need_uscore is unknown. * m4/ltdl.m4 (LT_FUNC_DLSYM_USCORE): set l