Hello there,


I'm trying to compile C source on Solaris and I'm encountering the following error(s). I'm pretty new to solaris, hence please bear with me if this is pretty trivial.

This is the command I'm using :

cc -mt -I/opt/IBM/mqsi/6.0/include/plugin -I/opt/mqm/inc -I/export/home/mquser/testall -c/export/home/mquser/testall/Thread.c
-o /export/home/mquser/testall/Thread.o


and

following is the exception I can see:
cc: Warning: option -/ passed to ld
usage: cc [ options] files. Use 'cc -flags' for details

How can I get this working?

Thanks