This is my second message to this mailing list about the same subject, the first one do not appear until the moment I'm typing this new message, if by chance the former message appears, please ignore it.
Hi Folks, Forgive me if this sounds dumb, but i got nowhere else to go to ask for some help. I'm a newbie trying to compile the latest HEAD CVS, i got this problem. /usr/lib/libpng12.so: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[3]: ** [tcdecode] Erro 1 ./configure only finds the /usr/libpng12.so (32 bits), it is necessary the 64 bits /usr/lib64 to make it work, i have linked the libpng12.so (32 bits) to the 64bits version, and it compiles. But i need the 32 bits in place to make some other software work here and this "workaround" is not feasible to me. My question is, how can i make the ./configure finds the proper 64 bits library? I looked into the ./configure options and apparently there is nothing there pointing to libpng*. Anyone?