Skip to content
This repository has been archived by the owner on Mar 23, 2018. It is now read-only.

install bzip2 fails #7

Closed
al3x10m opened this issue Jul 3, 2016 · 2 comments
Closed

install bzip2 fails #7

al3x10m opened this issue Jul 3, 2016 · 2 comments

Comments

@al3x10m
Copy link

al3x10m commented Jul 3, 2016

"make bzip2" works but when running "make install" it also tries to build the binaries for the host and link against an arm library instead of copying the lib to devkit's portlibs directory...

pastebin: http://pastebin.com/T6xXZsD0

@cadenza-k
Copy link

Seems that you have MinGW + devkitPro,
MinGw use also MSys,

Two identical programs, mean two config for one "named" program, and result in a conflict of placing the content like "c:/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: skipping incompatible ./libbz2.a when searching for -lbz2" instead of "/c/devkitPro/Portlibs/whatever" (if you set devkitPro at C:\devkitPro)

Hope that helped you.

Eclipse2212

@WinterMute
Copy link
Member

Fixed with 8b4a20f @WinterMute WinterMute committed a minute ago

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants