<div>
        <div>
                @Thiago:</div>
        <div>
                 </div>
        <div>
                Thanks again! I got your point now -what you really mean by 'broken'. Minix3 does not support shared libraries currently and neither does its gcc port. So I fiddled a bit with the configure script to get rid of passing -fPIC to the compiler and now I get after issuing gmake:</div>
        <div>
                 </div>
        <div>
                ...</div>
        <div>
                dbus-sysdeps-pthread.c: In function '_dbus_pthread_condvar_wait_timeout':</div>
        <div>
                dbus-sysdeps-pthread.c:262: error: storage size of 'end_time' isn't known</div>
        <div>
                gmake[3]: *** [dbus-sysdeps-pthread.lo] Error 1</div>
        <div>
                ...</div>
        <div>
                 </div>
        <div>
                I didn't really want to dig in the C code itself. Can you think of any remedy to this?</div>
        <div>
                 </div>
        <div>
                Regards,</div>
        <div>
                r0ller</div>
        <div>
                <br />
                Thiago Macieira <thiago@kde.org> írta:</div>
        <blockquote style="border-left:3px solid lightGray;padding-left:3px;">
                Em Sexta-feira 24 Setembro 2010, `as 16:07:33, Lencsés Lóránt escreveu:<br />
                > @Thiago: Thanks for the quick reply! Nevertheless, I reinstalled the<br />
                > complete system and gcc(4.4.3) as well but I still get the same. Correct<br />
                > me if I&#39;m wrong but @GOT, @GOTOFF, @PLT, ... are ELF specific symbols<br />
                > which should not come into play if I specify<br />
                > --disable-shared. Regards,r0ller<br />
                <br />
                Those are ELF relocations used for position-independent code. The D-Bus daemon <br />
                always compiles itself in that even if you're not compiling in shared mode.<br />
                <br />
                Either way, the point is that your compiler generated those and your assembler <br />
                didn't like them. It's not D-Bus's fault: your toolchain is broken.<br />
                <br />
                -- <br />
                Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org<br />
                 Senior Product Manager - Nokia, Qt Development Frameworks<br />
                 PGP/GPG: 0x6EF45358; fingerprint:<br />
                 E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358<br />
                <br />
                Qt Developer Days 2010 - Munich Oct 11-13 - San Francisco Nov 1-3<br />
                For more information and to register: http://qt.nokia.com/qtdevdays2010<br />
                Em Sexta-feira 24 Setembro 2010, `as 16:07:33, Lencsés Lóránt escreveu:<br />
                > @Thiago: Thanks for the quick reply! Nevertheless, I reinstalled the<br />
                > complete system and gcc(4.4.3) as well but I still get the same. Correct<br />
                > me if I&#39;m wrong but @GOT, @GOTOFF, @PLT, ... are ELF specific symbols<br />
                > which should not come into play if I specify<br />
                > --disable-shared. Regards,r0ller<br />
                <br />
                Those are ELF relocations used for position-independent code. The D-Bus daemon <br />
                always compiles itself in that even if you're not compiling in shared mode.<br />
                <br />
                Either way, the point is that your compiler generated those and your assembler <br />
                didn't like them. It's not D-Bus's fault: your toolchain is broken.<br />
                <br />
                -- <br />
                Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org<br />
                 Senior Product Manager - Nokia, Qt Development Frameworks<br />
                 PGP/GPG: 0x6EF45358; fingerprint:<br />
                 E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358<br />
                <br />
                Qt Developer Days 2010 - Munich Oct 11-13 - San Francisco Nov 1-3<br />
                For more information and to register: http://qt.nokia.com/qtdevdays2010<br />
                _______________________________________________<br />
                dbus mailing list<br />
                dbus@lists.freedesktop.org<br />
                http://lists.freedesktop.org/mailman/listinfo/dbus</blockquote>
</div>