[Bug 102437] Re: undefined references with libswt3.2-gtk-gcj

2008-10-03 Thread Daniel T Chen
** Changed in: eclipse (Ubuntu) Status: New = Invalid -- undefined references with libswt3.2-gtk-gcj https://bugs.launchpad.net/bugs/102437 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 102437] Re: undefined references with libswt3.2-gtk-gcj

2007-06-09 Thread mkoch
That is the desired behavior for these packages. The packages ending with -gcj are Java libraries compiled to native using the BCABI of gcj. You cannot directly link them like normal C/C++ libraries. Please read the GCJ documentation at http://gcc.gnu.org/java for more detals on this. --