Title: | Volume 4, Take a RISC with ULTRIX |
Notice: | Read 1.*!!!! No OSF/1 questions allowed! |
Moderator: | SSDEVO::ROLLOW |
Created: | Wed Jun 05 1991 |
Last Modified: | Thu Jun 05 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 5478 |
Total number of notes: | 14927 |
I'm trying to compile SAMBA on my old VAXstation 3100 running Ultrix v4.4, but am getting multitudinous compile errors. I've pulled over the latest kit from the SAMBA home page and have tried to find all the Ultrix stuff in the Makefile... all to no avail :^( Anyone been there ... done that? -doug
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
5460.1 | You need an ANSI C compiler | KAMPUS::NEIDECKER | EUROMEDIA: Distributed Multimedia Archives | Wed Feb 19 1997 09:41 | 9 |
I would venture to guess that you are trying to do this with the "cc" compiler that comes with the system ? Little chance, too much ANSI in there. So, while heavyweight, get yourself an ANSI C compiler for the VAX, namely GCC (I have to use GCC for Samba on MIPS Ultrix for the same reason). A good place to get GCC is: ftp://ftp.digital.com/pub/GNU/gcc-2.7.2.2.tar.gz |