> between "-rpath" and "/opt/trilinos-10.6.4/lib". So I changed the configure
> script, line 14481
> 
>  LD_PATH_OPTION="-Wl,-rpath "
> 
> to
> 
>  LD_PATH_OPTION="-Wl,-rpath,"
> 
> Now configure went through. Thanks to Martin for the very helpful hint.

Martin, is this something we need to change in general? In aclocal.m4, we use 
the rpath options with a comma in that place in line 1658, but just a few 
lines down we use it with a space (and have a comment that even says so). It 
seems to work on linux, but that may not be the case on other systems?

W.

-------------------------------------------------------------------------
Wolfgang Bangerth                email:            [email protected]
                                 www: http://www.math.tamu.edu/~bangerth/
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to