Ulrich Hiller wrote: > Hi, > I did configure of lyx-1.3.3 with the following: > Configuration > C Compiler: g++
> Configuration of LyX was successful. > Type 'make' to compile the program, > > Now I did make: > g++ -c -DLOCALEDIR=\"/disk-b/hiller/lyx-1.3.3/share/locale\" > -DLOCALE_ALIAS_PATH=\"/disk-b/hiller/lyx-1.3.3/share/locale\" > -DLIBDIR=\"/disk-b/hiller/lyx-1.3.3/lib\" -DHAVE_CONFIG_H -I../src > -I. -I../intl > -isystem /usr/openwin/include -g -O2 intl-compat.c Why are you using g++ to compile a C file? Use gcc. -- Angus
