Hi,
I have a library compiled on a SUN 5.8 server using C compiler.
When i take the same source code to another SUN server which has same version of OS and C compiler, the library sizes are having huge (almost double the size) differences. There are no compilation or linking errors/warnings. The make rules are also same.
Can I ignore these difference in the library size.
If i do
ar -t <libname>, the no. of objects included in libarries from 2 servers are same.
I have a library compiled on a SUN 5.8 server using C compiler.
When i take the same source code to another SUN server which has same version of OS and C compiler, the library sizes are having huge (almost double the size) differences. There are no compilation or linking errors/warnings. The make rules are also same.
Can I ignore these difference in the library size.
If i do
ar -t <libname>, the no. of objects included in libarries from 2 servers are same.