Hi I am trying to run the AMD2901 test example here on a Linux PC, and I am running into a problem. The following is the gcc compile command with all the -I & -L pointers to the correct directories, all the Lib files are where they should be (I have included the gcc compile command). But still I am running into a " undefined reference to `genDEF_LOFIG' " errors. Please give me some guidance, I am stuck at this point. Regards - Zahi gcc -I/usr/zahi/alliance/archi/pc/include -g -o chip chip.c -L/usr/zahi/alliance/archi/pc/lib -lMgn322 -lMlu413 -lMpu403 -lMcp402 -lMap405 -lMmg402 -lMal404 -lMcl408 -lMel406 -lMhl403 -lMsl611 -lMvl408 -lMph402 -lMlo404 -lMut316 [zahi ~/2901]$ genlib chip @@@@ @ @@@@@@ @ @@@ @@ @@ @@ @@@ @@ @@ @ @@ @ @@ @@ @@@@@ @@@ @@@ @@ @@ @@ @@ @ @ @@@ @ @@ @@@@ @@@ @@ @@ @@@@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @ @@ @@@@@@@@@ @@ @@ @@ @@ @@ @@ @@ @ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @ @@ @@ @@ @ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @ @@ @@@ @@ @@@@ @@@@ @@@@ @@@@ @@@@@@@@@@ @@@@@@ @@@ @@ Procedural Generation Language Alliance CAD System 3.0, genlib 3.21 Copyright (c) 91-95, MASI, CAO-VLSI Team E-mail support: cao-vlsi@masi.ibp.fr Compilation aborted /tmp/cca039241.o: In function `main': /usr/zahi/2901/chip.c:4: undefined reference to `genDEF_LOFIG' /usr/zahi/2901/chip.c:6: undefined reference to `genLOCON' /usr/zahi/2901/chip.c:7: undefined reference to `genLOCON' /usr/zahi/2901/chip.c:8: undefined reference to `genLOCON' /usr/zahi/2901/chip.c:9: undefined reference to `genLOCON' /usr/zahi/2901/chip.c:10: undefined reference to `genLOCON' /tmp/cca039241.o:/usr/zahi/2901/chip.c:11: more undefined references to `genLOCON' follow /tmp/cca039241.o: In function `main': /usr/zahi/2901/chip.c:22: undefined reference to `genLOINS' /usr/zahi/2901/chip.c:23: undefined reference to `genLOINS' /usr/zahi/2901/chip.c:24: undefined reference to `genLOINS' /usr/zahi/2901/chip.c:25: undefined reference to `genLOINS' /usr/zahi/2901/chip.c:26: undefined reference to `genLOINS'