|
From: Wez F. <we...@th...> - 2001-02-28 21:12:16
|
On 2001-02-28 06:08:15, <jj...@th...> wrote: > I succeeded in DceThreads compilation but could not compile FreeDCE in > my Linux box. > The 'acf_l.c' file which is a result of FLEXing 'acf_l.l' file in 'idl' > directory caused the problem. > I downloaded the cvs repository and compiled the source, but the same > result. (acf_l.c caused the same problem) I cannot reproduce the problem. Please checkout the latest CVS version and try that (some build issues were fixed, but none directly related to acf_l.l. > $ uname -a > Linux se 2.2.15 #1 Mon Jun 5 19:35:24 KST 2000 i686 unknown > $ gcc -v > Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs > gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) > $ flex -V > flex version 2.5.4 Just for the sake of being complete what about: $ bison -V and also the configure command you used, and the error messages from the compiler. --Wez. |