I'm trying to compile the alliance sources on my linux 586 pc, using gcc version 2.7.2, and linux 2.0.33. I had a few problems with what seems to be the libraries.mk file. I ended up changing MPH_L = -lMph406 to MPH_L = -lMph408 there was another similar case with mut321, which I changed to mut323. These changes seem to be ok, so I assume they are not what's causing the problem below. Now I am having link problems, as show below: gmake[1]: Entering directory `/d/mlevine/ftp/alliance/sources/rsa' /usr/bin/gcc -O4 -Wall -I/d/mlevine/ftp/alliance/archi/Linux_elf/include -I/d/mlevine/ftp/alliance/archi/Linux_elf/include -O -DMUT_H='<'mut323.h'' -DMLO_H='<'mlo407.h'' -DMPH_H='<'mph408.h'' -DMLU_H='<'mlu414.h'' -DMPU_H='<''' -DMGN_H='<'mgn327.h'' -DGGA_H='<'gga301.h'' -DICU_H='<'icu201.h'' -DICN_H='<'icn201.h'' -DIAC_H='<'iac201.h'' -DALC='"3.2b"' -o /d/mlevine/ftp/alliance/archi/Linux_elf/bin/rsa main.c -L/d/mlevine/ftp/alliance/archi/Linux_elf/lib -lGga301 -L/d/mlevine/ftp/alliance/archi/Linux_elf/lib -lMgn327 -lMlu414 -lMcp405 -lMmg402 -lMcl410 -lMal500 -lMvl409 -lMel407 -lMsl614 -lMhl403 -lMgl100 -lRcn102 -lMlo407 -lMph408 -lIcu201 -lIcc201 -lIca201 -lIcn201 -lMut323 -lm main.c:43: warning: return-type defaults to `int' main.c: In function `main': main.c:74: warning: implicit declaration of function `atoi' main.c:46: warning: unused variable `i' /d/mlevine/ftp/alliance/archi/Linux_elf/lib/libGga301.a(rsa.o): In function `NET_ins': rsa.o(.text+0x4746): undefined reference to `getphfig' /d/mlevine/ftp/alliance/archi/Linux_elf/lib/libGga301.a(rsa.o): In function `HSTRETCH': rsa.o(.text+0x610d): undefined reference to `getphfig' rsa.o(.text+0x616c): undefined reference to `getphfig' /d/mlevine/ftp/alliance/archi/Linux_elf/lib/libMgn327.a(genlib.o): In function `genLOAD_PHFIG': genlib.o(.text+0xa2): undefined reference to `getphfig' /d/mlevine/ftp/alliance/archi/Linux_elf/lib/libMgn327.a(genlib.o): In function `genSAVE_PHFIG': genlib.o(.text+0x11b): undefined reference to `savephfig' /d/mlevine/ftp/alliance/archi/Linux_elf/lib/libMgn327.a(genlib.o): In function `genDEF_AB': genlib.o(.text+0x209): undefined reference to `getphfig' /d/mlevine/ftp/alliance/archi/Linux_elf/lib/libMgn327.a(genlib.o): In function `genCOPY_UP_CON': genlib.o(.text+0x438): undefined reference to `getphfig' Any ideas on what is causing this? Thanks, - Margie Levine mlevine@reshape.com (415) 518-0610