Re: Compiling problem

2009-04-10 Thread Louis Lagendijk
On Fri, 2009-04-10 at 11:19 -0400, Jim wrote: > Armin wrote: > > In this case, it's not there, so you would have to compile it :) > > > I did compile libinklevel it is in ; > > /usr/local/lib/libinklevel.a > /usr/local/lib/libinklevel.la > /usr/local/lib/libinklevel.so > /usr/local/lib/libinkl

Re: Compiling problem

2009-04-10 Thread David
On 4/10/2009 11:24 AM, Sharpe, Sam J wrote: > 2009/4/10 David : >> On 4/10/2009 10:33 AM, Sharpe, Sam J wrote: >>> 2009/4/10 Kevin Kofler : Jim wrote: > FC 8 It's called Fedora 8, not "FC 8". And it's no longer supported. >>> This bit of pedantry would be more impressive if this weren

Re: Compiling problem

2009-04-10 Thread Sharpe, Sam J
2009/4/10 David : > On 4/10/2009 10:33 AM, Sharpe, Sam J wrote: >> 2009/4/10 Kevin Kofler : >>> Jim wrote: FC 8 >>> It's called Fedora 8, not "FC 8". And it's no longer supported. > >> This bit of pedantry would be more impressive if this weren't the case: > >> $ rpm -qa --queryformat '%{RELEA

Re: Compiling problem

2009-04-10 Thread David
On 4/10/2009 10:33 AM, Sharpe, Sam J wrote: > 2009/4/10 Kevin Kofler : >> Jim wrote: >>> FC 8 >> It's called Fedora 8, not "FC 8". And it's no longer supported. > This bit of pedantry would be more impressive if this weren't the case: > $ rpm -qa --queryformat '%{RELEASE}\n' | cut -d. -f2 | grep

Re: Compiling problem

2009-04-10 Thread Jim
Armin wrote: On Thursday 09 April 2009 23:14:01 Jim wrote: Thank you that solved the compile problem, but when i tried to execute "inq" i get this error message; $ inq inq: error while loading shared libraries: libinklevel.so.5: cannot open shared object file: No such file or directory The

Re: Compiling problem

2009-04-10 Thread Sharpe, Sam J
2009/4/10 Kevin Kofler : > Jim wrote: >> FC 8 > > It's called Fedora 8, not "FC 8". And it's no longer supported. This bit of pedantry would be more impressive if this weren't the case: $ rpm -qa --queryformat '%{RELEASE}\n' | cut -d. -f2 | grep fc | sort | uniq -c 1110 fc10 1 fc7

Re: Compiling problem

2009-04-10 Thread Kevin Kofler
Jim wrote: > FC 8 It's called Fedora 8, not "FC 8". And it's no longer supported. Kevin Kofler -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelin

Re: Compiling problem

2009-04-09 Thread Sam Varshavchik
Jim writes: Thank you that solved the compile problem, but when i tried to execute "inq" i get this error message; $ inq inq: error while loading shared libraries: libinklevel.so.5: cannot open shared object file: No such file or directory The libinklevel.so.5 file is at /usr/local/lib/li

Re: Compiling problem

2009-04-09 Thread Armin
On Thursday 09 April 2009 23:14:01 Jim wrote: > Thank you that solved the compile problem, but when i tried to execute > "inq" i get this error message; > > $ inq > inq: error while loading shared libraries: libinklevel.so.5: cannot open > shared object file: No such file or directory > > The libi

Re: Compiling problem

2009-04-09 Thread Jim
Armin wrote: On Thursday 09 April 2009 22:03:53 Jim wrote: FC 8 Trying to compile a app. called inq and I keep getting this error message, what does it want ? # make /usr/bin/qmake-qt4 -unix -o MyMakefile inq.pro g++ -c -m64 -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector

Re: Compiling problem

2009-04-09 Thread Armin
On Thursday 09 April 2009 22:03:53 Jim wrote: > FC 8 > Trying to compile a app. called inq and I keep getting this error > message, what does it want ? > > # make > /usr/bin/qmake-qt4 -unix -o MyMakefile inq.pro > g++ -c -m64 -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 > -fstack-protector --pa

Re: Compiling problem

2009-04-09 Thread Sam Varshavchik
Jim writes: FC 8 Trying to compile a app. called inq and I keep getting this error message, what does it want ? # make /usr/bin/qmake-qt4 -unix -o MyMakefile inq.pro g++ -c -m64 -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -

Re: Compiling problem

2009-04-09 Thread Ed Greshko
Jim wrote: > FC 8 > Trying to compile a app. called inq and I keep getting this error > message, what does it want ? > > # make > /usr/bin/qmake-qt4 -unix -o MyMakefile inq.pro > g++ -c -m64 -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 > -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=g

Compiling problem

2009-04-09 Thread Jim
FC 8 Trying to compile a app. called inq and I keep getting this error message, what does it want ? # make /usr/bin/qmake-qt4 -unix -o MyMakefile inq.pro g++ -c -m64 -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -D_RE