gmake command not working

From: Stuart Urban <sturban(at)cs(dot)uiowa(dot)edu>
To: pgsql-novice(at)postgresql(dot)org
Subject: gmake command not working
Date: 2000-06-28 03:22:38
Message-ID: 39596F7E.80A535C4@divms.uiowa.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Someone please help!! I trying to install PostgreSQL on my SGI terminal,
which runs IRIX 6.5.4. When I execute the 'gmake' command(from the
'~/postgresql/postgresql-7.0.2/src' directory), the following prints to
the console:

gmake -C utils all
gmake[1]: Entering directory
`/tmp_mnt/space/sturban/postgres/postgresql-7.0.2/src/utils'
gcc -I../include -I../backend -U_NO_XOPEN4 -woff
1164,1171,1185,1195,1552 -Wl,-woff,15 -Wl,-woff,84 -Wall
-Wmissing-prototypes -Wmissing-declarations -c -o version.o version.c
gcc: cannot specify -o with -c or -S and multiple compilations
gmake[1]: *** [version.o] Error 1
gmake[1]: Leaving directory
`/tmp_mnt/space/sturban/postgres/postgresql-7.0.2/src/utils'
gmake: *** [all] Error 2

Can anybody tell me what I am doing wrong? I am not familiar with the
'gmake' program, and none of the internet sites I found could help me
out with this. Please let me know if you have some information.
-Thanks,
Stuart Urban

Browse pgsql-novice by date

  From Date Subject
Next Message Thomas Weholt 2000-06-28 11:47:02 Create an empty copy of another table
Previous Message Thomas Weholt 2000-06-27 23:20:58 OID - constantly increasing/ what about the gaps?