Sure, here it goes:<br><br>    99    /**<br>   100     * @if maint<br>   101     * Destroy the object pointed to by a pointer type.<br>   102     * @endif<br>   103     */<br>   104    template<typename _Tp><br>   105      inline void<br>
   106      _Destroy(_Tp* __pointer)<br>   107      { __pointer->~_Tp(); }<br><br>I'm also attaching the file.<br><br>Thanks,<br>AndrĂ©<br><br>PS: is HTML ok in this group?<br><br><div class="gmail_quote">On Fri, Dec 19, 2008 at 13:02, walt <span dir="ltr"><<a href="mailto:w41ter@gmail.com">w41ter@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><br>
<br>
On Fri, 19 Dec 2008, AndrĂ© Neves wrote:<br>
<br>
> Hi all. I'm not quite sure if I should report this here, but I'll give it a<br>
> shot.<br>
><br>
> I've had troube compiling VBox for the last couple of times I tried, always<br>
> with the same error:<br>
><br>
</div>> /usr/bin/ld: final link failed: Nonrepresentable section on output...<br>
<br>
The real error appears above that:<br>
<br>
/usr/include/c++/4.1.3/bits/stl_construct.h:107: undefined reference to<br>
`std::basic_string<char, std::char_traits<char>,<br>
std::allocator<char> >::~basic_string()'<br>
<br>
The stl_construct.h on my machine has no reference like that.  Could you<br>
show us line 107 of that file?<br>
<br>_______________________________________________<br>
vbox-dev mailing list<br>
<a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br>
<a href="http://vbox.innotek.de/mailman/listinfo/vbox-dev" target="_blank">http://vbox.innotek.de/mailman/listinfo/vbox-dev</a><br>
<br></blockquote></div><br>