You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuring primary perl executable for i486-linux-musl (i486-pc-linux-musl)
Checking perl version ... perl5-5.34.0
Checking for cc ... ERROR: Supplied i486-linux-musl-gcc -L/home/ubuntu/x-prefix/i486/lib -isystem /home/ubuntu/x-prefix/i486/include is not usable
ERROR: configure --mode=target failed
could it be that shell executes "$CC" instead of $CC (without quotes) and causes this issue ?
i used CC="486-linux-musl-gcc -L/home/ubuntu/x-prefix/i486/lib -isystem /home/ubuntu/x-prefix/i486/include" ./configure --target=i486-linux-musl
The text was updated successfully, but these errors were encountered:
could it be that shell executes
"$CC"
instead of$CC
(without quotes) and causes this issue ?i used
CC="486-linux-musl-gcc -L/home/ubuntu/x-prefix/i486/lib -isystem /home/ubuntu/x-prefix/i486/include" ./configure --target=i486-linux-musl
The text was updated successfully, but these errors were encountered: