[Geany-devel] OSX build error: ld: unknown option: --export-dynamic

2012-07-17 Thread Sean Felipe Wolfe
Sorry to be kind of spammy today. Just ran into what looks like a build error? I cloned the git repo, ran autogen.sh, and make is giving me this error: - CC utils.o CC vte.o CXXLD geany ld: unknown option: --export-dynamic - This is on osx Lion. Any

Re: [Geany-devel] OSX build error: ld: unknown option: --export-dynamic

2012-07-17 Thread Colomban Wendling
Le 17/07/2012 22:43, Matthew Brush a écrit : On 12-07-17 01:32 PM, Sean Felipe Wolfe wrote: Sorry to be kind of spammy today. Just ran into what looks like a build error? I cloned the git repo, ran autogen.sh, and make is giving me this error: - CC utils.o CC

Re: [Geany-devel] OSX build error: ld: unknown option: --export-dynamic

2012-07-17 Thread Matthew Brush
On 12-07-17 02:17 PM, Colomban Wendling wrote: Le 17/07/2012 22:43, Matthew Brush a écrit : On 12-07-17 01:32 PM, Sean Felipe Wolfe wrote: Sorry to be kind of spammy today. Just ran into what looks like a build error? I cloned the git repo, ran autogen.sh, and make is giving me this error:

Re: [Geany-devel] OSX build error: ld: unknown option: --export-dynamic

2012-07-17 Thread Sean Felipe Wolfe
On Tue, Jul 17, 2012 at 2:17 PM, Colomban Wendling lists@herbesfolles.org wrote: ...or we could drop our flag and let GModule pkg-config flags deal with it. Fixed with commit https://github.com/geany/geany/commit/d11f9a51b939bf39c3c1676ab823147d460ede75 Regards, Colomban Nice! I