Hi,

I would like to ask, can I use .so library files under mac ?
I have compiled one library(OGDI) under linux. Is macx and unix may use the same lib files? is linking done the same way?

For example,

When I write this code for linux(in the .pro file):

Qt Code:
  1. LIBS += -L /ogdi/lib/linux -logdi -lvrf -l.....
To copy to clipboard, switch view to plain text mode 
can I do the same for mac?

I am asking as I have a strange linking problem:
"/usr/bin/ld -L : directory name missing" when I use the same code in the .pro for mac as for linux.

Thank you for any help.