Skip to content

'/LIBPATH' issue #6156

Description

@gvanem

I just discovered mruby, cloned it into f:\MinGW32\src\Languages\mruby,
built it with MSVC using rake.bat --build-all --trace -v and tested it a bit.
Seems way cool!

But I discovered that the generated bin/mruby-config.bat outputs this for --ldflags:

/NOLOGO /DEBUG /INCREMENTAL:NO /OPT:ICF /OPT:REF 
/LIBPATH:F:\MinGW32\src\Languages\mruby\build\host\bin\/lib

How is link.exe (from bin\mruby-config.bat --ld) supposed to understand this host\bin\/lib part?
Where does it come from? It better be:

/LIBPATH:F:\MinGW32\src\Languages\mruby\build\host\bin\..\lib

or expanded to f:\MinGW32\src\Languages\mruby\build\host\lib.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions