> On Wed, 28 Jan 2009 19:40:22 +0000 Lee Noar wrote:
>
> alan buckley wrote:
>>> On Sat, 24 Jan 2009 13:35:30 +0000 Lee Noar wrote:
>
>>
>> readelf -d gives
>>
>> Dynamic section at offset 0x12144c contains 21 entries:
>> Tag Type Name/Value
>> 0x00000001 (NEEDED) Shared library:[libintl.so.8]
>> 0x00000001 (NEEDED) Shared library:[libgcc_s.so.1]
>> 0x00000001 (NEEDED) Shared library: [libunixlib.so.5]
[snip]

> Looking at the above, I can see where your text relocations are coming
> from. This is my version:
>
> Dynamic section at offset 0x10a9a0 contains 21 entries:
> Tag Type Name/Value
> 0x00000001 (NEEDED) Shared library: [libpcre.so.3]
> 0x00000001 (NEEDED) Shared library: [libintl.so.8]
> 0x00000001 (NEEDED) Shared library: [libgcc_s.so.1]
> 0x00000001 (NEEDED) Shared library: [libunixlib.so.5]
[snip]
>
> Note that libpcre.so.3 is a dependency that is missing from your list. I
> suspect that in your environment, this library only exists in static
> non-shared code form and the compile time linker is pulling the whole
> thing into libglib. I would try rebuilding libpcre first to see if a
> shared library is produced, and then rebuild libglib so that it will
> find the shared version instead of the static one.
>
 
Thanks Lee. Rebuilding libpcre fixed the problem.
 
Regards,
Alan
 

 
_________________________________________________________________
Twice the fun—Share photos while you chat with Windows Live Messenger. Learn 
more.
http://www.microsoft.com/uk/windows/windowslive/products/messenger.aspx
_______________________________________________
GCCSDK mailing list [email protected]
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK

Reply via email to