Forum Discussion
Altera_Forum
Honored Contributor
16 years agoProblem building C++ shared library
I am using uClinux-dist with MMU and the gcc 4.1.2 binary toolchain, and I am having a problem with g++ when building a shared library. A test: #include <stdio.h>
int main(void)
{
printf(...
Altera_Forum
Honored Contributor
16 years agoHi,
About the error 'hidden symbol...', please visit the next site http://www.xastir.org/wiki/index.php/howto:ubuntu_6.10 and refer the 'Work around a bug in libeotiff's configure script' term. Kazu