Gordon Findlay wrote: > I tried building Thunderbird using the current (SVN) instructions on > an LFS 7.2 system. I found it necessary to add the line: > ac_add_options --enable-application=mail > to the mozconfig file - otherwise the first make fails with ”no rule > to build target ‘default’”. > I imagine this is an oversight rather than just a peculiarity of my > heavily modified system? Happy to be proved wrong. > Slainte > Gordon > --- > The consumer society is in fact the most efficient mechanism ever > devised for the creation and distribution of unhappiness > >
”no rule to build target ‘default’” possibly meansthe configuration process was not completed. I noticed for another mozilla product that when the 1st 'make -f client.mk' fails (because of a system-lib not found for instance) the 2nd 'make -j client.mk' try to start building on the basis of the uncomplete configuration of the 1st run. After modifying mozconfig, the build directory created by the 1st run should be deleted before the 2nd run. Pierre -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
