From: Cojocaru,Vlad (vlad.cojocaru_at_eml-r.villa-bosch.de)
Date: Mon Dec 12 2005 - 15:06:08 CST

Dear John,
   I found the fltk libs and headers finally and I specified them in the configure script. However I was still not successful with the compilation. The error that make gives me now is shown below. Also, the make output tells me after each file that it compiles "g++: /usr/include: linker input file unused because linking not done". I guess there is some linking problem but I was not able to decide what to change now in the configure to repare this one...

Best wishes
vlad

Compiling pcre.c --> pcre.o ...
pcre.c: In function ‘compile_regex’:
pcre.c:652: warning: ‘repeat_max’ may be used uninitialized in this function
pcre.c:652: warning: ‘repeat_min’ may be used uninitialized in this function
pcre.c: In function ‘vmdpcre_compile’:
pcre.c:2050: warning: ‘max’ may be used uninitialized in this function
pcre.c:2050: warning: ‘min’ may be used uninitialized in this function
gcc: /usr/include: linker input file unused because linking not done
Compiling fitrms.c --> fitrms.o ...
gcc: /usr/include: linker input file unused because linking not done
Linking vmd_LINUXAMD64 ...
ln: creating symbolic link `./foobar' to `../src/foobar': File exists
/usr/include: file not recognized: Is a directory
collect2: ld returned 1 exit status
make: *** [vmd_LINUXAMD64] Error 1