Attached is the Makefile I use for Solaris 9.
 
I hope this helps!
 
W. Jeffrey Rankin
Lead Web Application Developer

O'NEIL & ASSOCIATES, INC. http://www.oneil.com <http://www.oneil.com/> 
495 Byers Rd.
Miamisburg, Ohio 45342-3662
Phone: (937) 865-0846 ext. 3504
Fax: (937) 865-5858
E-mail: [EMAIL PROTECTED]
  


________________________________

        From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
Francisco A. Velasco Rojas
        Sent: Wednesday, February 23, 2005 6:07 PM
        To: [email protected]
        Subject: [analog-help] Help Me ! ! !
        
        
        Hi. I'm installing analog 6.0 in a Solaris 9 but I have a problem with 
de compilation. I send you all the process and please, tell me what can I do.
         
        Thanks.
         
        -------------------------------
        bash-2.05# make
        gcc -O2  -DUNIX -c alias.c
        gcc -O2  -DUNIX -c analog.c
        gcc -O2  -DUNIX -c cache.c
        gcc -O2  -DUNIX -c dates.c
        gcc -O2  -DUNIX -c globals.c
        gcc -O2  -DUNIX -c hash.c
        gcc -O2  -DUNIX -c init.c
        gcc -O2  -DUNIX -c init2.c
        gcc -O2  -DUNIX -c input.c
        gcc -O2  -DUNIX -c macinput.c
        gcc -O2  -DUNIX -c macstuff.c
        gcc -O2  -DUNIX -c output.c
        gcc -O2  -DUNIX -c output2.c
        gcc -O2  -DUNIX -c outcro.c
        gcc -O2  -DUNIX -c outhtml.c
        gcc -O2  -DUNIX -c outlatex.c
        gcc -O2  -DUNIX -c outplain.c
        gcc -O2  -DUNIX -c outxhtml.c
        gcc -O2  -DUNIX -c outxml.c
        gcc -O2  -DUNIX -c process.c
        gcc -O2  -DUNIX -c settings.c
        gcc -O2  -DUNIX -c sort.c
        gcc -O2  -DUNIX -c tree.c
        gcc -O2  -DUNIX -c utils.c
        gcc -O2  -DUNIX -c win32.c
        cd bzip2 && make 'CC=gcc' 'ALLCFLAGS=-O2  -DUNIX'
        gcc -O2  -DUNIX -c bzlib.c
        gcc -O2  -DUNIX -c blocksort.c
        gcc -O2  -DUNIX -c compress.c
        gcc -O2  -DUNIX -c crctable.c
        gcc -O2  -DUNIX -c decompress.c
        gcc -O2  -DUNIX -c huffman.c
        gcc -O2  -DUNIX -c randtable.c
        cd libgd && make 'CC=gcc' 'ALLCFLAGS=-O2  -DUNIX'
        gcc -O2  -DUNIX -c gd.c
        gcc -O2  -DUNIX -c gd_io.c
        gcc -O2  -DUNIX -c gd_io_file.c
        gcc -O2  -DUNIX -c gd_png.c
        gcc -O2  -DUNIX -c gdfontf.c
        gcc -O2  -DUNIX -c gdfonts.c
        gcc -O2  -DUNIX -c gdtables.c
        cd libpng && make 'CC=gcc' 'ALLCFLAGS=-O2  -DUNIX'
        gcc -O2  -DUNIX  -c png.c
        gcc -O2  -DUNIX  -c pngerror.c
        gcc -O2  -DUNIX  -c pngmem.c
        gcc -O2  -DUNIX  -c pngset.c
        gcc -O2  -DUNIX  -c pngtrans.c
        gcc -O2  -DUNIX  -c pngwio.c
        gcc -O2  -DUNIX  -c pngwrite.c
        gcc -O2  -DUNIX  -c pngwtran.c
        gcc -O2  -DUNIX  -c pngwutil.c
        cd pcre && make 'CC=gcc' 'ALLCFLAGS=-O2  -DUNIX'
        gcc -O2  -DUNIX -c pcre.c
        cd unzip && make 'CC=gcc' 'ALLCFLAGS=-O2  -DUNIX'
        gcc -O2  -DUNIX  -c ioapi.c
        gcc -O2  -DUNIX -DNOUNCRYPT  -c unzip.c
        cd zlib && make 'CC=gcc' 'ALLCFLAGS=-O2  -DUNIX'
        gcc -O2  -DUNIX -c adler32.c
        gcc -O2  -DUNIX -c compress.c
        gcc -O2  -DUNIX -c crc32.c
        gcc -O2  -DUNIX -c deflate.c
        gcc -O2  -DUNIX -c gzio.c
        gcc -O2  -DUNIX -c infblock.c
        gcc -O2  -DUNIX -c infcodes.c
        gcc -O2  -DUNIX -c inffast.c
        gcc -O2  -DUNIX -c inflate.c
        gcc -O2  -DUNIX -c inftrees.c
        gcc -O2  -DUNIX -c infutil.c
        gcc -O2  -DUNIX -c trees.c
        gcc -O2  -DUNIX -c uncompr.c
        gcc -O2  -DUNIX -c zutil.c
        gcc -O2 -o ../analog alias.o analog.o cache.o dates.o globals.o hash.o 
init.o init2.o  input.o macinput.o macstuff.o output.o output2.o outcro.o 
outhtml.o  outlatex.o outplain.o outxhtml.o outxml.o process.o settings.o 
sort.o  tree.o utils.o win32.o libgd/gd.o  libgd/gd_io.o libgd/gd_io_file.o 
libgd/gd_png.o  libgd/gdfontf.o libgd/gdfonts.o libgd/gdtables.o  libpng/png.o 
libpng/pngerror.o libpng/pngmem.o libpng/pngset.o  libpng/pngtrans.o 
libpng/pngwio.o libpng/pngwrite.o  libpng/pngwtran.o libpng/pngwutil.o 
pcre/pcre.o  zlib/adler32.o zlib/compress.o zlib/crc32.o zlib/deflate.o  
zlib/gzio.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o  zlib/inflate.o 
zlib/inftrees.o zlib/infutil.o zlib/trees.o  zlib/uncompr.o zlib/zutil.o 
unzip/ioapi.o unzip/unzip.o  bzip2/bzlib.o bzip2/blocksort.o bzip2/compress.o 
bzip2/crctable.o  bzip2/decompress.o bzip2/huffman.o bzip2/randtable.o -lm
        Undefined                       first referenced
         symbol                             in file
        gethostbyaddr                       alias.o
        inet_addr                           alias.o
        ld: fatal: Symbol referencing errors. No output written to ../analog
        collect2: ld returned 1 exit status
        *** Error code 1
        make: Fatal error: Command failed for target `analog'
        bash-2.05# 
        -----------------------
         
         
         
        -----------------------------------------
        Francisco Alberto Velasco Rojas
        Asistente T�cnico
        Area de Telem�tica - Universidad EAFIT
        A.A. 3300
        Medell�n - Colombia - Sur Am�rica
        


**********************************************************************
Confidentiality Notice
The information contained in this e-mail is confidential and intended for
use only by the person(s) or organization listed in the address. If you have
received this communication in error, please contact the sender at O'Neil &
Associates, Inc., immediately. Any copying, dissemination, or distribution
of this communication, other than by the intended recipient, is strictly
prohibited.
**********************************************************************

Attachment: Makefile
Description: Makefile

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+------------------------------------------------------------------------

Reply via email to