Hey Guys, just a one last step for the mac release

I need to recompile everything, Tkcximage and webcamsn, Philousophe did some change lately and I didn't have time to compile

So tonight I tried, I don't have time but I found time anyway :P (That's why we need to release, motivation)

I fixed most of the (usual) problems with the makefile but one problem is remaining

rm -f utils/webcamsn/src/libmimic.a
ar: creating archive utils/webcamsn/src/libmimic.a
ar: creating archive utils/webcamsn/src/libmimic.a
gcc -s -L../../Frameworks/Tcl.framework -ltcl8.4 -L../../Frameworks/ Tk.framework -ltk8.4 -dynamiclib -fno-common -o utils/webcamsn/src/ webcamsn.so utils/webcamsn/src/webcamsn.o utils/webcamsn/src/ kidhash.o utils/webcamsn/src/libmimic.a
/usr/bin/libtool: -static not specified, -s invalid
ld: common symbols not allowed with MH_DYLIB output format with the - multi_module option
utils/webcamsn/src/kidhash.o definition of common _init_table (size 124)
utils/webcamsn/src/kidhash.o definition of common _key (size 104)
/usr/bin/libtool: internal link edit command failed
make: *** [utils/webcamsn/src/webcamsn.so] Error 1

I'm on Mac OS X so that's probably a flag not supported, -static, I just don't know where is that -static flag

Any help will be appreciated

Youness: we had a similar error by the past (but not with the static flag) but the end of the message was similar

|"LGRA[14:34:24] |"LITAGerm :|"LC000000 ar: creating archive utils/ webcamsn/src/libmimic.a
  LD      utils/webcamsn/src/webcamsn.so
ld: common symbols not allowed with MH_DYLIB output format with the - multi_module option
utils/webcamsn/src/kidhash.o definition of common _init_table (size 124)
utils/webcamsn/src/kidhash.o definition of common _key (size 104)
/usr/bin/libtool: internal link edit command failed
make: *** [utils/webcamsn/src/webcamsn.so] Error 1

In june 2005, we found the solution after , the solution was to add the
-fno-common flag inside Compile.mk. But I already did that so may be it's related, may be not. Line 858 of June2005 of the history with me, if you want to read again.


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Amsn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to