--- Daniel Morais <[EMAIL PROTECTED]> wrote: > Mardi 
> Just tell it to your linker, for exemple by adding
> the -lPalmOSGlue to your 
> compiler options ( after the names of all your
> modules and before the -o ).
> 
> the l thing before PalmOSGlue is a lowercase L.

tried that, and it doesn't seem to work....
m68k-palmos-gcc  -llibPalmOSGlue.a -O2   alpha.o -o
alpha
/prc-tools/H-i586-cygwin32/m68k-palmos/bin/ld: cannot
open -llibPalmOSGlue.a: No
 such file or directory
collect2: ld returned 1 exit status
make: *** [alpha] Error 1

i tried -l libPalmOSGlue.a and got the following...
m68k-palmos-gcc  -l libPalmOSGlue.a -O2   alpha.o -o
alpha
m68k-palmos-gcc: libPalmOSGlue.a: No such file or
directory
make: *** [alpha] Error 1

any other suggestions...

Cheers

____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

-- 
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