put automatic suffix on symbol of variables of module c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

i have a closed software that convert .jpg in .c file.
This .c file, it allways the same variables at eatch generated time.

The probleme is that i have 10 files in this type.(so_mylogo.c, so_mylogo_hd.c). But, i can't compile in same project because same symbol in multipe files.......(and not like char my_var_so_mylogo[JPG_LENGTH] char my_var_so_mylogo_hd[JPG_LENGTH])

What can i do?

Is it possible when i compile so_mylogo.c , gcc put an automatic suffix "so_mylogo" at eatch symbol/variable?

Thanks for help.



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux