Changeset: 97f278885f9e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=97f278885f9e
Modified Files:
monetdb5/mal/mal_linker.c
Branch: DVframework
Log Message:
need to see the linking errors.
diffs (21 lines):
diff --git a/monetdb5/mal/mal_linker.c b/monetdb5/mal/mal_linker.c
--- a/monetdb5/mal/mal_linker.c
+++ b/monetdb5/mal/mal_linker.c
@@ -191,6 +191,7 @@ loadLibrary(str filename, int flag)
while (*mod_path) {
char *p;
+ char *err;
for (p = mod_path; *p && *p != PATH_SEP; p++)
;
@@ -222,7 +223,8 @@ loadLibrary(str filename, int flag)
handle = dlopen(nme, mode);
}
#endif
-
+ err = dlerror();
+ printf("err:%s\n", err);
if (*p == 0 || handle != NULL)
break;
mod_path = p + 1;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list