Mahmood,

See Gilles's subsequent reply which contains more details, but, no, I
think we mean --disable-dlopen.  configure recognizes two negations of
a feature, which you can see from the ./configure --help output

  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)

The ----disable-dl-dlopen is something quite different, and almost
certainly not what you want.

-- bennet


On Wed, Sep 14, 2016 at 9:05 AM, Mahmood Naderan <mahmood...@gmail.com> wrote:
> Do you mean --disable-dl-dlopen? The last lines of configure are
>
> +++ Configuring MCA framework dl
> checking for no configure components in framework dl...
> checking for m4 configure components in framework dl... libltdl, dlopen
>
> --- MCA component dl:dlopen (m4 configuration macro, priority 80)
> checking for MCA component dl:dlopen compile mode... static
> checking if MCA component dl:dlopen can compile... no
>
> --- MCA component dl:libltdl (m4 configuration macro, priority 50)
> checking for MCA component dl:libltdl compile mode... static
> checking --with-libltdl value... simple ok (unspecified)
> checking --with-libltdl-libdir value... simple ok (unspecified)
> checking for libltdl dir... compiler default
> checking for libltdl library dir... linker default
> checking ltdl.h usability... no
> checking ltdl.h presence... no
> checking for ltdl.h... no
> checking if MCA component dl:libltdl can compile... no
> configure: WARNING: Did not find a suitable static opal dl component
> configure: WARNING: You might need to install libltld (and its headers) or
> configure: WARNING: specify --disable-dlopen to configure.
> configure: error: Cannot continue
>
>
> The command is:
>
> ./configure --prefix=/export/apps/siesta/openmpi-1.8.8
> --enable-mpirun-prefix-by-default --enable-static --disable-dl-dlopen
>
>
>
>
> Regards,
> Mahmood
>
>
>
> On Wed, Sep 14, 2016 at 5:07 PM, Bennet Fauber <ben...@umich.edu> wrote:
>>
>> Mahmood,
>>
>> It looks like it is dlopen that is complaining.  What happens if
>> --disable-dlopen?
>>
>
> _______________________________________________
> users mailing list
> users@lists.open-mpi.org
> https://rfd.newmexicoconsortium.org/mailman/listinfo/users
_______________________________________________
users mailing list
users@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/users

Reply via email to