I was working on compiling OpenOffice 1.4.2, and noted a few problems when compiling against gcc 4.4.0 [It sounded like the next release of BLFS would be against LFS 6.5, which will include gcc 4.4.0). These problems most likely also apply to 1.3.1 which is in the BLFS book.
Numerous places I had to include cstdlib when it was complaining about missing functions, one place strdup needed to include cstring, and replaced one #elif with #else. I noted that the files I have to patch do not exist before dmake is ran, so I did not make any patches as I went along. -- Nathan Coulson (conathan) ------ Location: Brittish Columbia, Canada Timezone: PST (-8) Webpage: http://www.nathancoulson.com -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
