Hi, (Please keep [EMAIL PROTECTED] in Cc:.)
On Thu, Jun 29, 2006, Ariel Tankus wrote: > lap-hippo /home/arielt/sysadm 6> rgrep libgnomeprint'.*.la' balsa-2.3.13 Usually, what happens is that the *.la files from libgnomeprint are mentionned from other *.la files. The goal is to find out where. Please note that your above grep will match "-lgnomeprint .... foo.la", you should grep on the exact name of the .la file. For example libgnomeprint-2-2.la or libgnomeprintui-2-2.la. > In the build system, the .la file is not mentioned explicitly. It's probably not in the balsa build tree, but in the /usr/lib/*.la files on your system. > I received the error during the link stage. The compilation command contained > -lgnomeprint-2-2 which is why the error occurred. > > I hope this description makes sense... I'll really need the first and complete error message, the best would be the build log, in particular to see version numbers of installed packages if you use pbuilder. I just rebuilt balsa in a sid pbuilder, and everything went fine. Bye, -- Loïc Minier <[EMAIL PROTECTED]>

