From: Mark D. R. <mra...@gm...> - 2011-05-11 06:53:29
|
Hello, I have been working with Ubuntu for several hours today, getting an install done to try out pcb2gcode. Running into a bit of a glitch when running make: libtool: link: cannot find the library `/usr/lib/libatk-1.0.la' or unhandled argument `/usr/lib/libatk-1.0.la' make[2]: *** [pcb2gcode] Error 1 make[2]: Leaving directory `/home/mark/pcb2gcode' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/mark/pcb2gcode' make: *** [all] Error 2 I agree with make that libatk-1.0.la does not live in /usr/lib. Any ideas on how to fix the issue? I have the same issue if I use git or if I download the tarball. Thanks for your help - I am pretty new to Linux. Mark |