Details
-
Type:
Bug
-
Status:
Reopened
-
Priority:
Blocker
-
Resolution: Unresolved
-
Affects Version/s: HEAD
-
Fix Version/s: HEAD
-
Component/s: None
-
Labels:None
-
Environment:OSX 10.4
-
Number of attachments :
Description
The csrc component will not link,
cc -dynamiclib msghandler.o plpgj_message_fns.o plantable.o pljloging.o plpgj_hook.o plpgj_core.o modules/febe/module.a conf/db/conf.a callmkr/plj/callmkr.a -L/usr/local/pgsql/lib/ -multiply_defined suppress -o plpgj.dynlib -Wall
ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option
plantable.o definition of common _plantable (size 4)
plpgj_message_fns.o definition of common _MESSAGE_ERROR_CODE (size 4)
callmkr/plj/callmkr.a(plj-callmkr.o) definition of common _func_opt_regexp (size 16)
/usr/bin/libtool: internal link edit command failed
Issue Links
- is depended upon by
-
PLJ-52
release 0.1.1
-
The makefiles are modified to build on darwin, the configure script should be modified somehow too (the less evident part of the todo). Bt editing the Makefile.in manualy it should build anyway.