Re: [Amsn-devel] Help me to compile guys

2005-11-18 Thread Youness Alaoui
Yeah, just leave it like that, it's just used to get the size of the libraries smaller... you can just do a `strip $filename` before creating the mac package... KaKaRoTo On Fri, 18 Nov 2005 17:54:53 -0500, Jérôme Gagnon-Voyer <[EMAIL PROTECTED]> wrote: No I won't find the equivalent beca

Re: [Amsn-devel] Help me to compile guys

2005-11-18 Thread Jérôme Gagnon-Voyer
No I won't find the equivalent because I know absolutely NOTHING about makefiles. Anyway that works well currently so we don't need to care about that anymore. Le 05-11-18 à 14:02, Le Philousophe - Phil a écrit : The -s flags stands for stripped to remove all unnecessary debug informations !

Re: [Amsn-devel] Help me to compile guys

2005-11-18 Thread Le Philousophe - Phil
The -s flags stands for stripped to remove all unnecessary debug informations !! Can you find the equivalent for Mac ? Phil Le Vendredi 18 Novembre 2005 04:48, Jérôme Gagnon-Voyer a écrit : > Nice job Karol, you fixed everything > > I will commit the 2 .dylib soon if everything still works :P > >

Re: [Amsn-devel] Help me to compile guys

2005-11-17 Thread Jérôme Gagnon-Voyer
Nice job Karol, you fixed everythingI will commit the 2 .dylib soon if everything still works :PLe 05-11-17 à 22:35, Karol Krizka a écrit :I think the problem is the presence of -s and no -static. At least that's what  I understand from reading the error message. Try opening msn/Makefile.in and  go

Re: [Amsn-devel] Help me to compile guys

2005-11-17 Thread Karol Krizka
On Thursday 17 November 2005 19:19, Jérôme Gagnon-Voyer wrote: > Ok I did a make clean and here is the error > > 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 -l

Re: [Amsn-devel] Help me to compile guys

2005-11-17 Thread Jérôme Gagnon-Voyer
Ok I did a make clean and here is the errorrm -f utils/webcamsn/src/libmimic.aar: creating archive utils/webcamsn/src/libmimic.aar: creating archive utils/webcamsn/src/libmimic.agcc -s -L../../Frameworks/Tcl.framework -ltcl8.4 -L../../Frameworks/Tk.framework -ltk8.4 -dynamiclib -fno-common -o utils

[Amsn-devel] Help me to compile guys

2005-11-17 Thread Jérôme Gagnon-Voyer
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 fi