Static modules CSC link issue
Anton Idukov via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <CAMJCnqUS0zvijrR=DTkE+BpS0CaP-_=fDSd6YSxmDU8aSJ+MPA@mail.gmail.com> |
Hi, Chickeneers! Eventually I found a small issue in CSC . The module 'mod' placed in file mod.scm and compiled by command *csc -c -static -J -o mod-sfx.o -unit mod mod.scm * can not be linked in main program by command *csc -static mod-sfx.o -uses mod main.scm* Usual name mod.o like in manual, - is okay. I think no one did this in such a way until one made cross compiled versions in the same buildroot for different arch's using object file suffixes. Regards!