[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: Recompiling SWT
|
Hi Jan,
We have a new gtk makefile which calls gcc instead of driving the linker
ld 'manually'. This should incidentally fix your problem.
I'd recommend you use this new makefile.
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt/Eclipse%20SWT%20PI/gtk/library/make_gtk.mak?rev=HEAD&content-type=text/vnd.viewcvs-markup
libswt-gnome.so is used for the org.eclipse.swt.program.Program api, when
running Eclipse on a gnome desktop (e.g. to find which app is binding to a
particular extension). It is not strictly required to run SWT apps.
Chris