John Poltorak
2004-05-12 11:02:35 UTC
My first attempt to build an X app - xpenguins -
http://xpenguins.seul.org/xpenguins-2.2.tar.gz
has resulted with this error msg when running configure:-
checking for a BSD-compatible install... /ux2bs/bin/install.exe
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XpmReadFileToData in -lXpm... yes
checking for XpmFree in -lXpm... no
configure: error: Valid xpm library not found
I have Xprog440.zip installed and there is a \usr\X11R6\lib\Xpm.a.
Does the error mean it can't be found or the one found is not suitable?
Or is there some other problem?
I'm using gcc 2.8.1 if that is a factor, and I have Posix/2 installed too.
http://xpenguins.seul.org/xpenguins-2.2.tar.gz
has resulted with this error msg when running configure:-
checking for a BSD-compatible install... /ux2bs/bin/install.exe
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XpmReadFileToData in -lXpm... yes
checking for XpmFree in -lXpm... no
configure: error: Valid xpm library not found
I have Xprog440.zip installed and there is a \usr\X11R6\lib\Xpm.a.
Does the error mean it can't be found or the one found is not suitable?
Or is there some other problem?
I'm using gcc 2.8.1 if that is a factor, and I have Posix/2 installed too.
--
John
John