Search:

Type: Posts; User: ascen

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    3,578

    Solution

    Turns out the linker does not in fact treat .lib libraries in the same way as it does for .a and .so libraries.

    Specify the libraries for the linker to use | MinGW

    When using .lib libraries,...
  2. Replies
    1
    Views
    3,578

    [Solved] MinGW linking issue

    My problem is a simple one - for some reason g++ does not find my libraries:

    g++ -LC:\avatar\boost_1_42\lib\ -oboost-test main.o -lboost_filesystem-mgw34-mt-d...
Results 1 to 2 of 2