forth-swig linking with multiple libraries?
Reepca Russelstein <[email protected]>
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <CA+jmvS5uKzg2k6BT2h-ugv0yZkzOPM5P-RU=S4HXn3beojKrEg@mail.gmail.com> |
Example: trying to wrap allegro. Name swig module allegro, so s" allegro" add-lib gets put at the start of the output. Good stuff! Unfortunately, I also need to link to allegro_audio. How should I do that? Write another file that includes that file and duplicate the include section? Also, is this a proper place to ask questions about forth-swig? Thanks.