help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Windows build


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Windows build
Date: Wed, 23 Dec 2009 21:01:36 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Lightning/1.0pre Thunderbird/3.0

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]