You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by jeremy hinds <je...@gmail.com> on 2008/03/31 23:47:45 UTC

[PATCH] Document the fix for link errors with libneon on AMD64 Linux systems.

This has come up a couple of times recently on users@.

[[[
Document the fix for link errors with libneon on AMD64 Linux systems.

www/faq.html (relocation-against-local-symbol): New entry.
]]]

Re: [PATCH] Document the fix for link errors with libneon on AMD64 Linux systems.

Posted by Eric Hanchrow <of...@blarg.net>.
Ooh, thanks.  As you may have noticed, I was bit by this just recently.
-- 
That is the true genius of America ... that our votes will be
counted, at least most of the time.
        -- Barack Obama, 2004 Democratic National Convention


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Document the fix for link errors with libneon on AMD64 Linux systems.

Posted by Karl Fogel <kf...@red-bean.com>.
"jeremy hinds" <je...@gmail.com> writes:
> Um... with the attachment this time.
>
> On Wed, Apr 2, 2008 at 9:32 PM, jeremy hinds <je...@gmail.com> wrote:
>> Thank you, Karl.  I am afraid the new entry messed up line-wrapping on
>>  the page.  I didn't realize that the really long lines in the error
>>  message would push the right margin out like.  Hopefully the attached
>>  will make it better.
>>
>>  [[[
>>  * www/faq.html (relocation-against-local-symbol): Break long lines inside
>>   of the blockquote.
>>  ]]]

Thanks, r30211 (and I should have inspected the rendered HTML too, not
just the raw HTML).

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Document the fix for link errors with libneon on AMD64 Linux systems.

Posted by jeremy hinds <je...@gmail.com>.
Um... with the attachment this time.

On Wed, Apr 2, 2008 at 9:32 PM, jeremy hinds <je...@gmail.com> wrote:
> Thank you, Karl.  I am afraid the new entry messed up line-wrapping on
>  the page.  I didn't realize that the really long lines in the error
>  message would push the right margin out like.  Hopefully the attached
>  will make it better.
>
>  [[[
>  * www/faq.html (relocation-against-local-symbol): Break long lines inside
>   of the blockquote.
>  ]]]
>
>
>
>
>  On Wed, Apr 2, 2008 at 5:11 PM, Karl Fogel <kf...@red-bean.com> wrote:
>  >
>  > "jeremy hinds" <je...@gmail.com> writes:
>  >  > This has come up a couple of times recently on users@.
>  >  >
>  >  > [[[
>  >  > Document the fix for link errors with libneon on AMD64 Linux systems.
>  >  >
>  >  > www/faq.html (relocation-against-local-symbol): New entry.
>  >  > ]]]
>  >
>  >  Applied in r30208, thanks.  Web site should auto-update within an hour.
>  >
>

Re: [PATCH] Document the fix for link errors with libneon on AMD64 Linux systems.

Posted by jeremy hinds <je...@gmail.com>.
Thank you, Karl.  I am afraid the new entry messed up line-wrapping on
the page.  I didn't realize that the really long lines in the error
message would push the right margin out like.  Hopefully the attached
will make it better.

[[[
* www/faq.html (relocation-against-local-symbol): Break long lines inside
  of the blockquote.
]]]


On Wed, Apr 2, 2008 at 5:11 PM, Karl Fogel <kf...@red-bean.com> wrote:
>
> "jeremy hinds" <je...@gmail.com> writes:
>  > This has come up a couple of times recently on users@.
>  >
>  > [[[
>  > Document the fix for link errors with libneon on AMD64 Linux systems.
>  >
>  > www/faq.html (relocation-against-local-symbol): New entry.
>  > ]]]
>
>  Applied in r30208, thanks.  Web site should auto-update within an hour.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Document the fix for link errors with libneon on AMD64 Linux systems.

Posted by Karl Fogel <kf...@red-bean.com>.
"jeremy hinds" <je...@gmail.com> writes:
> This has come up a couple of times recently on users@.
>
> [[[
> Document the fix for link errors with libneon on AMD64 Linux systems.
>
> www/faq.html (relocation-against-local-symbol): New entry.
> ]]]

Applied in r30208, thanks.  Web site should auto-update within an hour.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: [PATCH] Document the fix for link errors with libneon on AMD64 Linux systems.

Posted by po...@tigris.org.
Hi,
The problem happened to me and I solved it by
following what patch said: supplying the "--enable-shared" option to Subversion's configure script.

./configure --enable-shared


But my CPU is Intel.