From: Bruce S. <Bru...@nc...> - 2009-12-24 15:34:48
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> That indicates that there are missing libraries in the link phase. Look at the end of src/build.log to try to identify the missing libraries. Study INSTALL.txt in detail for information on dependencies. What platform is this?<br> <br> Bruce Sherwood <br> <br> Luke wrote: <blockquote cite="mid:992...@ma..." type="cite">I run ./configure --prefix=$HOME/usr, then make and all seems to compile ok, but then I get this error:<br> Compiling ./gtk2/rate.cpp ... <br> Linking <a moz-do-not-send="true" href="http://cvisualmodule.la">cvisualmodule.la</a> ... <br> make[1]: *** [<a moz-do-not-send="true" href="http://cvisualmodule.la">cvisualmodule.la</a>] Error 1 <br> make[1]: Leaving directory `/home/luke/Downloads/visual-5.13_release/src' <br> make: *** [all-recursive] Error 1<br> $<br> <br> Any ideas what would have caused this?<br> <br> Thanks,<br> ~Luke<br> <br> </blockquote> </body> </html> |