Please create a file with these lines: char nm_test_var; void nm_test_func(void); void nm_test_func(void){} int main(){nm_test_var='a';nm_test_func();return(0);}and do gcc -g -O2 -c test.c /usr/bin/nm -B test.o
What about this? :-) Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
