"D B" <[EMAIL PROTECTED]> wrote in message
news:49303@palm-dev-forum...

> tried that, and it doesn't seem to work....
> m68k-palmos-gcc  -llibPalmOSGlue.a -O2   alpha.o -o

Wrong syntax. Add the -llib... at the end, like this:

m68k-palmos-gcc  -O2   alpha.o -o alpha -llibPalmOSGlue.a

> i tried -l libPalmOSGlue.a

No, no space between the "-l" and the libray name.

--

Internet, newsgroups, e-mail => Netiquette !!!
http://usenet-fr.news.eu.org/fr.usenet.reponses/usenet/netiquette.html
news:fr.bienvenue           news:fr.bienvenue.questions
news:news.announce.newusers news:fr.usenet.reponses




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to