sam strauss wrote: > Hi > During the compilation of the jdk I'm getting a bunch of errors: > zip.cpp:undefined reference to `deflate` > zip.cpp:undefined reference to `deflateEnd` > etc ... > I'm not using any optimization flag, gcc-3.4.4 > it seems like some sybols are missing, I've looked in all the files and no > definition of deflate(&, &) found. > Any help would be appreciated, thanks > me >
That specific error is directly attributed to -O3 opts in another library built much earlier. Before I go digging in too deep, did you remove the output directory before attempting to recompile? -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page