[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] The configure script is using wrong parameter -Wl
From: |
Bruno Haible |
Subject: |
Re: [bug-gnu-libiconv] The configure script is using wrong parameter -Wl for msvc complier |
Date: |
Thu, 20 Jun 2024 23:07:50 +0200 |
Fx Ne wrote:
> *Using -Wl will cause error and stop the complier.*
> For msvc the WL is for detailed error info , not for enter options.
You need to follow the instructions from the INSTALL.windows file.
> It look like caused the command in below is invalid
> dumpbin -symbols -headers .libs/localcharset.obj
You need to follow the instructions from the INSTALL.windows file.
> *on msys*
You need to follow the instructions from the INSTALL.windows file.
> When using msvc, you can just use cl.exe /I include_dir $input.lib
> $input.c /link $linkopts /libpath:$libs /out:$name.dll
You need to follow the instructions from the INSTALL.windows file.
> The -o for msvc should updated to /out:$name
You need to follow the instructions from the INSTALL.windows file.
Bruno