← Back to team overview

kicad-developers team mailing list archive

Re: libstdc++

 

--5-2005273382-0885729740=:3 Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


Of course, wxWidgets is linked statically (and it is also patched)
Preinstalled wxWidgets versions (when exist) never work.
I tried to link statically libsupc++ (under Ubuntu 9.10 and GCC 4.4),
and I was lucky! it worked:
1 - Locate libsupc++.a and add it to libs list
2 - use gcc instead of g++ to call the linker.

Note: I used my old makefiles to test that, because it was more easier
to quickly test different link options.

I now must test binaries under different Linux distribs.

Kicad works fine on GNU/Linux slackware 13.0 ! my slackbuild is there
<http://thewhitebird.org/spip.php?article10>

++
 --5-2005273382-0885729740=:3 Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<br><i><br></i><blockquote><i>Of course, wxWidgets is linked statically (an=
d it is also patched)</i><br><i>Preinstalled wxWidgets versions (when exist=
) never work.</i><br><i>I tried to link statically libsupc++ (under Ubuntu =
9.10 and GCC 4.4), and I was lucky! it worked:</i><br><i>1 - Locate libsupc=
++.a and add it to libs list</i><br><i>2 - use gcc instead of g++ to call t=
he linker.</i><br><br><i>Note: I used my old makefiles to test that, becaus=
e it was more easier to quickly test different link options.</i><br><br><i>=
I now must test binaries under different Linux distribs.</i><br></blockquot=
e><br>Kicad works fine on GNU/Linux slackware 13.0 ! my slackbuild is <a hr=
ef=3D"http://thewhitebird.org/spip.php?article10";>there</a>&nbsp;<br><br>++

 --5-2005273382-0885729740=:3-- 




References