[Pythonmac-SIG] Getting closer on C module extension building.

Brendan Hahn brendan_hahn@hp.com
Mon, 10 Apr 2000 20:24:49 -0700


Lou Pecora <pecora@anvil.nrl.navy.mil> wrote:
>Anyone know why it can't find the initC_test symbol/function?  Thanks.

It probably isn't exported from the fragment.  One of the project
preference panels (PPC Linker I think, but I'm using MPW now) has export
settings which are probably "None" for you.  You can set it to use an
export file, which is just a text file where you list the symbols you want
exported.

brendan_hahn@hp.com