user_search_path vs libtool --mode=execute -dlopen

2012-10-07 Thread Mark H Weaver
Hello all, I'm a Guile developer who is trying to figure out the best way to add a Guile-specific 'extensions' directory to the library search path, while retaining the ability of 'libtool --mode=execute -dlopen' to take precedence over our default extensions directory. As I understand it, on GNU

Re: func_win32_import_lib_p when file is missing

2012-10-07 Thread Peter Rosin
On 2012-10-07 06:04, Gary V. Vaughan wrote: > Hi Peter, > > On 7 Oct 2012, at 06:53, Peter Rosin wrote: >> How is the below function supposed to work >> when $file_magic_cmd is '$OBJDUMP -f' and not 'func_win32_libid'? > > I have no idea :( > >> objdump doesn't output "import" for me, at least

Re: func_win32_import_lib_p when file is missing

2012-10-07 Thread Gary V. Vaughan
Hi Peter, On Oct 7, 2012, at 4:37 PM, Peter Rosin wrote: > On 2012-10-07 06:04, Gary V. Vaughan wrote: >> On 7 Oct 2012, at 06:53, Peter Rosin wrote: >>> objdump doesn't output "import" for me, at least not for any >>> import lib I have given it. Chunk? >>> >>> # func_win32_import_lib_p ARG >>>