Mail Archives: pgcc/2000/03/05/03:10:35
I've been trying to compile Vim 5.6. (Aside from not being able to
enable perl interp on dev versions of perl) when I use
pgcc-2.95.2
and issue the command "make" after running ./configure, where pgcc gcc
is in my path before egcs gcc
it bombs out trying to compile an image file (??).
egcs-2.91.66 does not behave this way, and compiles the program without
trouble, where egcs gcc is in my path before pgcc gcc
output:
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DUSE_GUI_GTK -I/usr/X11R6/include
-I/usr/lib/glib/include -g -O2 -Wall -I/usr/X11R6/include undo.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DUSE_GUI_GTK -I/usr/X11R6/include
-I/usr/lib/glib/include -g -O2 -Wall -I/usr/X11R6/include window.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DUSE_GUI_GTK -I/usr/X11R6/include
-I/usr/lib/glib/include -g -O2 -Wall -I/usr/X11R6/include gui.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DUSE_GUI_GTK -I/usr/X11R6/include
-I/usr/lib/glib/include -g -O2 -Wall -I/usr/X11R6/include gui_gtk.c
make[1]: *** No rule to make target `../runtime/vim32x32.xpm', needed by
`gui_gtk_x11.o'. Stop.
make[1]: Leaving directory `/opt/local/src/vim-5.6/src'
make: *** [all] Error 2
[leary AT jean vim-5.6]#
- Raw text -