> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Steve Reinhardt > Sent: Wednesday, August 23, 2006 5:29 PM > To: M5 users mailing list > Subject: Re: [m5-users] Python version for M5 2.0b1 > > > > > Michael Van Biesbrouck wrote: > > On 8/23/06, Steve Reinhardt <[EMAIL PROTECTED]> wrote: > >> Yea, I just noticed that in spite of the name, > --enable-shared seems to > >> create a non-shared version of the library as well. (Or maybe the > >> non-shared version always gets built?) > > > > The non-shared library is always built, but it is never usable for > > embedded purposes (thus the errors that were being reported). > > > > Did you see that documented somewhere, or are you just saying > that based > on your experience? I saw this note here: > > http://www.python.org/doc/ext/link-reqs.html > > that sounded like it might explain the problems you were > having with the > static library, but didn't actually try it to see if it helped. > > Steve
The info in that link worked for me. I was able to link the static library and run without getting the undefined symbol errors. Thanks! -Kalim _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
