Hi,

I get this

GNU bash, version 3.2.49(22)-release (i686-pc-cygwin)
Copyright (C) 2007 Free Software Foundation, Inc.

Thanks.

Ang Beepeng


Paolo Bonzini-6 wrote:
> 
> 
> 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
> 
> Also, please send the output of
> 
> /bin/sh --version
> bash --version
> 
> Paolo
> 
> 
> _______________________________________________
> help-smalltalk mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/help-smalltalk
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Windows-build-tp26422111p26905985.html
Sent from the Gnu - Smalltalk mailing list archive at Nabble.com.



_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to