Look in config.log and see what the actual failure is.

Configure finds libraries not simply by looking for the file, but by actually
trying to link them into a small program.  If that fails, it says it can't
find them.  There are often reasons for the failure other than the file not
existing --- for example, the library can be broken in some way, or require
dependencies that don't exist.

Look in config.log and try to find the spot where it actually claims it can't
find libXm.a, and the error message from the linker should help to explain
why it doesn't work.  But the solution to whatever that problem may be might
not be obvious at first.

On Sun, Jan 31, 2021 at 07:03:28PM +0100, we recorded a bogon-computron 
collision of the <f1...@free.fr> flavor, containing:
> Hi Group,
> 
> I am running OSX 10.15.7 and following some OSX updates and/or git pull on 
> Xastir i am getting after ../configure --prefix=/opt/local 
> --with-bdb-incdir=/opt/local/include/db60/ 
> --with-bdb-libdir=/opt/local/lib/db60/:
> 
> checking for Motif libraries... configure: error: **** MOTIF LIBRARIES NOT 
> FOUND **** Install Motif development headers/libraries or use 
> --with-motif-libraries to specify path to libXm.a
> 
> libXm.a is located in /opt/local/lib so i tried 
> --with-motif-librairies=/opt/local/lib but it failed. openmotif is installed.
> 
> Any hints/suggestions are welcome.
> 
> 73 de Cyril - DF1CHB - F1MHV
> 
> 
> 
> _______________________________________________
> Xastir mailing list
> Xastir@lists.xastir.org
> http://xastir.org/mailman/listinfo/xastir

-- 
Tom Russo    KM5VY
Tijeras, NM  

 echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z] [n-z][a-m]

_______________________________________________
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir

Reply via email to