← Back to team overview

kicad-developers team mailing list archive

Re: The developer mailing list did not work in my case

 

On May 25, 2013 12:01 PM, "Shane Volpe" <shanevolpe@xxxxxxxxx> wrote:
>
> I've been trying to get the samples together but I'm struggling with
> getting KiCAD to compile.  I switched from Ubuntu to ArchLinux and
> have had no luck getting KiCAD to compile under ArchLinux.  I keep
> getting the following error:
> usr/bin/ld: cannot find -lwx_gtk2d_gl-2.8
> /usr/bin/ld: cannot find -lwx_gtk2d_aui-2.8
> /usr/bin/ld: cannot find -lwx_gtk2d_adv-2.8
> /usr/bin/ld: cannot find -lwx_gtk2d_html-2.8
> /usr/bin/ld: cannot find -lwx_gtk2d_core-2.8
> /usr/bin/ld: cannot find -lwx_based_net-2.8
> /usr/bin/ld: cannot find -lwx_based-2.8
> /usr/bin/ld: cannot find -lwx_based_xml-2.8

Where is the above text coming from?
What you want to share with us is the linker command line and error output.

All of it.

$ make VERBOSE=1  2>&1  > linkfail.txt

Cmake has to be given a working wx-config program too.

>
> I tried compiling wxgtk manually but still get the above errors, I'm
> assuming there is some option(s) I'm missing when compiling wxgtk.
> Can anyone point me in the right direction on what I might be doing
> wrong.
> Regards,
> Shane
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp

References