Programming Languages: Scheme, C++, Assembly, Unix Shell
License: GNU General Public License version 2.0 (GPLv2), GNU Library or Lesser General Public License version 2.0 (LGPLv2)
browse code,
statistics,
last commit on 2012-05-28
svn co https://ede.svn.sourceforge.net/svnroot/ede ede
karijes committed revision 3330 to the Equinox Desktop Environment SVN repository, changing 19 files.
2012-05-28 03:57:50 PDT by karijes
karijes committed revision 3329 to the Equinox Desktop Environment SVN repository, changing 1 files.
2012-05-28 03:00:09 PDT by karijes
karijes committed revision 3328 to the Equinox Desktop Environment SVN repository, changing 13 files.
2012-05-25 07:24:02 PDT by karijes
The gentoo linux documentation includes the "--as-needed introduction and fixing guide" available at http://www.gentoo.org/proj/en/qa/asneeded.xml. It explains the rationale behind this option and how to solve issues related to them. When writing an ebuild (a package configuration file) for edelib, it failed compilation because the default in gentoo is to use the --as-needed linking...
2012-05-25 03:21:48 PDT by romildo
karijes committed revision 3327 to the Equinox Desktop Environment SVN repository, changing 8 files.
2012-05-25 03:03:20 PDT by karijes
karijes committed revision 3326 to the Equinox Desktop Environment SVN repository, changing 1 files.
2012-05-25 02:59:40 PDT by karijes
karijes committed revision 3325 to the Equinox Desktop Environment SVN repository, changing 6 files.
2012-05-25 02:13:54 PDT by karijes
Thank you for this patch :) I was busy last day or two and wasn't able to look at it. I'm still questioning myself how this can be, as in the first post, when you added compiler output, libstc++ is clearly linked with the executable. You are using 64bit platform, right? Have you had similar problem with other libraries/programs? Regards, Sanel.
2012-05-25 01:04:34 PDT by karijes
The following patch fixes the underlinked libraries for me. I do not know if this is the right way of fixing it though, as I do not know Jam. Please consider applying it to the distribution. --- edelib-2.0.orig/Jamconfig.in 2012-05-18 09:51:03.000000000 -0300 +++ edelib-2.0/Jamconfig.in 2012-05-24 11:01:10.103158057 -0300 @@ -59,6 +59,8 @@ FLTK_LIBS ?= "@FLTK_LIBS@" ;.
2012-05-24 07:31:21 PDT by romildo
I have also tried the commands below with edelib-2.0 $ export LDFLAGS="-Wl,--as-needed" $ ./configure --enable-shared $ jam -q -dx in arch linux, and fedora linux, with the same issues as found in gentoo linux. Maybe you forget the --enable-shared option to configure. Please, take another look.
2012-05-23 09:47:44 PDT by romildo