[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cant find *.h



Hi people:

about the qt includes - It turned out to be a bad rpm ,I guess. when I
re-downloaded the source again and rpm --rebuild it, somehow the problem was
gone.

this is not the case with the motif includes:

when I use :

all:  xxx.o
	gcc -o xxx xxx.c -I/usr/X11R6/include -lXm -lXt -lX11

I get the error : can't find Xm.h in xxx.c .

but when I use:

all:  xxx.c
	gcc -o xxx xxx.c -I/usr/X11R6/include -lXm -lXt -lX11

everything is ok. why ?

Thanks to everybody who replied and offered their help.

Eyal.