On Thu, 11 Oct 2018 17:58:44 -0500
rhubarbpieguy via blfs-support <blfs-support@lists.linuxfromscratch.org> wrote:

> I see two batches of Error 2 errors.  I hope this is what you want:

We want to see not just the error message, but the actual g++ command
line that caused the error.

When you build via:

make VERBOSE=1

you should be able to see all the gcc/g++ commands as they are being
executed, long lines like:

/usr/bin/c++  -DUSE_OPENJPEG2 -Dpoppler_EXPORTS -I....

Do you see all that? The one that tries to compile gtk-test.cc
just before the error message is the one we are interested in.


  Cheers,

  Mike
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to