Posted: Fri Apr 10, 2009 1:46 am Post subject: Mirrorq in solaris
Newbie
Joined: 09 Jun 2008 Posts: 7
hi,
I am trying to compile the mirrorq application using gcc in solaris.I am facing some issues in doing that . I have pasted below the error and the mak file that i am using. Kindly let me know whether i am missing anything.
root@svosidev # make -f mirrorq.mak
make: Fatal error: Don't know how to make target `-G'
This is the make file that i am using .
# This Makefile makes the mirrorq shared object (Sun Solaris)
#
all: mirrorq
# set TARGET to the name of the executable to create
TARGET = mirrorq
# CC defines the compiler.
CC = /usr/local/bin/gcc
# Set CCOPTS - the compiler options.
CCOPTS = -c -DUNIX -MD
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum