Re: MonetDB - question on rename table
hey sreejith,
maybe this SO answer will be helfpul to you:
https://stackoverflow.com/questions/19661538/how-to-rename-a-table-in-monetd...
hth. david
On 25 January 2018 at 08:56,
Send users-list mailing list submissions to users-list@monetdb.org
To subscribe or unsubscribe via the World Wide Web, visit https://www.monetdb.org/mailman/listinfo/users-list or, via email, send a message with subject or body 'help' to users-list-request@monetdb.org
You can reach the person managing the list at users-list-owner@monetdb.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of users-list digest..."
Today's Topics:
1. MonetDB-extend clang error: ld: unknown option: -soname (Ying Zhang) 2. Re: MonetDB-extend clang error: ld: unknown option: -soname (Sjoerd Mullender) 3. "brew install monetdb" failed due to "libxml2 library not found" (Ying Zhang) 4. MonetDB - question on rename table (Sharma, Sreejith) 5. Re: MonetDB - question on rename table (Stefan Manegold) 6. RE: MonetDB - question on rename table (Sharma, Sreejith)
----------------------------------------------------------------------
Message: 1 Date: Wed, 24 Jan 2018 15:56:19 +0100 From: Ying Zhang
To: Communication channel for MonetDB users Subject: MonetDB-extend clang error: ld: unknown option: -soname Message-ID: <1DD5C9B8-D559-4CD2-89E0-35CA729C9B67@cwi.nl> Content-Type: text/plain; charset=utf-8 Dear all,
I was trying to compile the regexp example in the MonetDB-extend repo on a Mac OS 10.13, but got an ?unknown option? error:
$ make cc -fPIC -DPIC -o lib_regexp.so -shared regexp.o -L/usr/local/opt/openssl/lib -L/Users/jennie/scratch/monet-install/Jul2017/debug/lib -L/usr/local/Cellar/pcre/8.41/lib -lmonetdb5 -lbat -lpcre -Wl,-soname -Wl,lib_regexp.so ld: unknown option: -soname clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [lib_regexp.so] Error 1
I looked around a bit. There are many discussions about clang error ld unknown option, but nothing specific for the ?-soname? option. Simply remove this option is not an option.
Does anyone know how to fix/workaround this?
Thanks a lot!
Jennie
------------------------------
Message: 2 Date: Wed, 24 Jan 2018 16:34:38 +0100 From: Sjoerd Mullender
To: users-list@monetdb.org Subject: Re: MonetDB-extend clang error: ld: unknown option: -soname Message-ID: <78539081-3ab0-3b89-d22d-dbd12af4a6fa@acm.org> Content-Type: text/plain; charset="utf-8" On 24/01/18 15:56, Ying Zhang wrote:
Dear all,
I was trying to compile the regexp example in the MonetDB-extend repo on a Mac OS 10.13, but got an ?unknown option? error:
$ make cc -fPIC -DPIC -o lib_regexp.so -shared regexp.o -L/usr/local/opt/openssl/lib -L/Users/jennie/scratch/monet-install/Jul2017/debug/lib -L/usr/local/Cellar/pcre/8.41/lib -lmonetdb5 -lbat -lpcre -Wl,-soname -Wl,lib_regexp.so ld: unknown option: -soname clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [lib_regexp.so] Error 1
I looked around a bit. There are many discussions about clang error ld unknown option, but nothing specific for the ?-soname? option. Simply remove this option is not an option.
Does anyone know how to fix/workaround this?
Thanks a lot!
Jennie
The question really is, how does one create a dynamically loaded module on MacOS? The file will be loaded dynamically by mserver, not linked into a program.
-- Sjoerd Mullender
participants (1)
-
David Jankoski