Comment # 12
on bug 10572
from Hadriel Kaplan
(In reply to Jeff Morriss from comment #11)
> Is it maybe there with a different name (like lua5.1)? Try (assuming you're
> 64-bit):
>
> %ls /usr/lib64/pkgconfig/*lua*
I *do* have that. It's:
/usr/lib64/pkgconfig/lua.pc
But the pkg-config commands show this:
[hadrielk@localhost]$ pkg-config --cflags lua
[hadrielk@localhost]$ pkg-config --libs lua
-llua -lm -ldl
[hadrielk@localhost]$ pkg-config --cflags-only-I lua
[hadrielk@localhost]$
Is that sufficient info? (I know nothing about package config)
My Mac OSX shows this instead:
[hadrielk@Hadriels-MacBook-Pro]$ pkg-config --cflags lua
-I/opt/local/include
[hadrielk@Hadriels-MacBook-Pro]$ pkg-config --libs lua
-L/opt/local/lib -llua -lm
[hadrielk@Hadriels-MacBook-Pro]$ pkg-config --cflags-only-I lua
-I/opt/local/include
[hadrielk@Hadriels-MacBook-Pro]$
You are receiving this mail because:
- You are watching all bug changes.