Thank you so much!

That did the trick.


There was no need to specify:
DED_LDFLAGS="-shared /usr/lib/crtbeginS.o /usr/lib/crtendS.o"
because this configuration generated conflict on '__guard_local'

It seems that DED_LDFLAGS="-shared" is sufficient enough to make that symbol 
visible.

Bogdan



________________________________
 From: Matthew Dempsky <matt...@dempsky.org>
To: Bogdan Andu <bo...@yahoo.com> 
Cc: "misc@openbsd.org" <misc@openbsd.org> 
Sent: Friday, May 24, 2013 12:04 AM
Subject: Re: __guard_local issue
 

On Thu, May 23, 2013 at 2:38 AM, Bogdan Andu <bo...@yahoo.com> wrote:
> ./configure
> sudo gmake install
> the same error

You need to run autoreconf, to regenerate configure from configure.in.

Reply via email to