LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva > Conectiva
User Name
Password
Conectiva This forum is for the discussion of Conectiva Linux.

Notices


Reply
  Search this Thread
Old 09-29-2002, 10:59 PM   #1
caleb
Member
 
Registered: Sep 2002
Location: Cap. Fed. - Buenos Aires - Argentina
Distribution: Conectiva 10
Posts: 118

Rep: Reputation: 15
make & Xinerama


ok, simple one...
this is what i get when trying to compile liquid, kbear, Teax...

/usr/bin/ld: cannot find -lXinerama
collect2: ld returned 1 exit status
make[2]: *** [libkcm_liquid.la.closure] Error 1
make[2]: Leaving directory `/usr/local/mosfet-liquid0.9.5/kcmliquid'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/mosfet-liquid0.9.5'
make: *** [all-recursive-am] Error 2

so, i'm missing Xinerama
Where should i get it?
in what package it's on?
I know it's something related to X so who do i get to work?

thanks

Last edited by caleb; 09-29-2002 at 11:00 PM.
 
Old 09-30-2002, 11:18 AM   #2
riel
Conectiva
 
Registered: Sep 2002
Location: Curitiba, Brasil
Distribution: Conectiva
Posts: 10

Rep: Reputation: 0
You'll need XFree86-devel to compile X programs.
 
Old 09-30-2002, 11:43 AM   #3
caleb
Member
 
Registered: Sep 2002
Location: Cap. Fed. - Buenos Aires - Argentina
Distribution: Conectiva 10
Posts: 118

Original Poster
Rep: Reputation: 15
it worked
thank you riel
 
Old 11-29-2002, 01:29 PM   #4
cl-user
LQ Newbie
 
Registered: Nov 2002
Location: Brazil, Sao Paulo State, Sao Paulo City
Distribution: Debian/FreeBSD/Ubuntu/CentOS
Posts: 10

Rep: Reputation: 0
Question

How did you do to complete the make sucessfull ?
 
Old 11-29-2002, 01:32 PM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well he installed the xfree86-devel package like he was advised...

btw. dragging up old threads is seldom a good idea...
 
Old 11-29-2002, 02:29 PM   #6
caleb
Member
 
Registered: Sep 2002
Location: Cap. Fed. - Buenos Aires - Argentina
Distribution: Conectiva 10
Posts: 118

Original Poster
Rep: Reputation: 15
yes it is...
otherwise ppl keep asking the same questions over and over again...

btw: as acid_kewpie said, i just installed XFree86-devel as kindly advised by riel and problem solved

see ya
 
Old 11-29-2002, 04:50 PM   #7
cl-user
LQ Newbie
 
Registered: Nov 2002
Location: Brazil, Sao Paulo State, Sao Paulo City
Distribution: Debian/FreeBSD/Ubuntu/CentOS
Posts: 10

Rep: Reputation: 0
Hi, thanks to reply my question so quickly

XFree86-devel is already installed and the message continues.

I am trying to install kile
http://xm1.net.free.fr/kile/index.html

using
./configure --prefix=/usr/lib/kde3 --with-qt-dir=/usr/lib/qt3 --without-xinerama
(the output is large to post )

and execute make

at certain point of compilation I have the message:
( only the command that generate the error and the errors )
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -o kile -L/usr/X11R6/lib -L/usr/lib/qt3/lib -L/usr/lib/kde3/lib -R /usr/lib/kde3/lib -R /usr/lib/qt3/lib -R /usr/X11R6/lib addoptiondialog.o usermenudialog.o toolsoptionsdialog.o texkonsolewidget.o tabdialog.o tabbingdialog.o syntaxlatex.o symbolview.o structdialog.o replacedialog.o quickdocumentdialog.o parenmatcher.o messagewidget.o letterdialog.o latexeditor.o l2hdialog.o kmultiverttabbar.o kileiconview.o kilefileselect.o kileapplication.o kileappIface_skel.o gotolinedialog.o finddialog.o filechooser.o docpart.o arraydialog.o kile.o main.o symbolview.moc.o l2hdialog.moc.o kmultiverttabbar.moc.o letterdialog.moc.o kileiconview.moc.o tabbingdialog.moc.o finddialog.moc.o quickdocumentdialog.moc.o replacedialog.moc.o arraydialog.moc.o structdialog.moc.o texkonsolewidget.moc.o kile.moc.o usermenudialog.moc.o addoptiondialog.moc.o filechooser.moc.o gotolinedialog.moc.o docpart.moc.o kilefileselect.moc.o toolsoptionsdialog.moc.o tabdialog.moc.o latexeditor.moc.o messagewidget.moc.o ./gfe/libgfe.a -lkdeprint -lkspell -lkparts -lkio -lkhtml -lkdeui -lkdecore -lqt-mt -lpng -lz -lm -lXext -lX11 -lresolv -lSM -lICE -lpthread -lresolv
> /usr/bin/ld: cannot find -lXinerama
> collect2: ld returned 1 exit status
> make[3]: *** [kile] Error 1
> make[3]: Leaving directory `/home2/kile/kile-1.3/kile'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home2/kile/kile-1.3/kile'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home2/kile/kile-1.3'
> make: *** [all-recursive-am] Error 2

I am using conectiva 8, one that I have installed by zero in version 7
and made complete updgrade and has all last updates.

I use apt-get to perform this upgrade, and active lines in my
/etc/apt/sources.list are below

# Unicamp.br
rpm [cncbr] ftp://ftp.unicamp.br/pub/conectiva 8/conectiva main extra kde gnome games
rpm-src [cncbr] ftp://ftp.unicamp.br/pub/conectiva 8/conectiva main extra kde gnome games
rpm [cncbr] ftp://ftp.unicamp.br/pub/conectiva/atualizacoes 8/conectiva updates
rpm-src [cncbr] ftp://ftp.unicamp.br/pub/conectiva/atualizacoes 8/conectiva updates

# updates
#rpm [cncbr] ftp://atualizacoes.conectiva.com.br 8/conectiva updates
#rpm-src [cncbr] ftp://atualizacoes.conectiva.com.br 8/conectiva updates

I really dont know what to do, I seek google to look up for anything
that solve this but one of the sites I found that solved a problem like
that I have was this bulletin.

Than I subscribed to ask, how did it was solved, I think (in past) that
could be anything more ...

P.S.
some O.S. details

version of conectiva

more /etc/issue.net
Conectiva Linux 8
Kernel 2.4.19-1U80_5clenterprise

uname -a
Linux dsu16.cce.usp.br 2.4.19-1U80_5clenterprise #1 SMP Sex Nov 15 06:51:58 BRST 2002 i686 unknown

The complete output of
rpm -qa | grep XFree

XFree86-xie-4.0.3-24cl
XFree86-mga-dri-4.2.0-21U80_2cl
compat-XFree86-Mach8-3.3.6-27cl
XFree86-mga-4.2.0-21U80_2cl
XFree86-tdfx-4.2.0-21U80_2cl
XFree86-75dpi-fonts-4.2.0-20cl
compat-XFree86-Mach64-3.3.6-27cl
XFree86-s3virge-4.2.0-21U80_2cl
XFree86-devel-4.2.0-21U80_2cl
XFree86-libs-common-4.2.0-21U80_2cl
compat-XFree86-SVGA-3.3.6-27cl
XFree86-modules-fb-4.2.0-21U80_2cl
XFree86-modules-afb-4.2.0-21U80_2cl
XFree86-apm-4.2.0-21U80_2cl
XFree86-tga-4.2.0-21U80_2cl
XFree86-common-4.2.0-21U80_2cl
XFree86-Xvfb-4.2.0-21U80_2cl
XFree86-dps-4.2.0-21U80_2cl
XFree86-cirrus-4.2.0-21U80_2cl
XFree86-4.2.0-21U80_2cl
XFree86-cyrillic-fonts-4.2.0-20cl
compat-XFree86-base-3.3.6-27cl
XFree86-ati-4.2.0-21U80_2cl
XFree86-tseng-4.2.0-21U80_2cl
XFree86-tdfx-dri-4.2.0-21U80_2cl
XFree86-bench-4.2.0-21U80_2cl
XFree86-ark-4.2.0-21U80_2cl
XFree86-libs-Xaw-4.2.0-21U80_2cl
XFree86-progs-4.2.0-21U80_2cl
compat-XFree86-3DLabs-3.3.6-27cl
XFree86-GL-devel-4.2.0-21U80_2cl
XFree86-glide-4.2.0-21U80_2cl
XFree86-modules-cfb-4.2.0-21U80_2cl
XFree86-100dpi-fonts-4.2.0-20cl
XFree86-modules-codeconv-4.2.0-21U80_2cl
XFree86-vesa-4.2.0-21U80_2cl
XFree86-chips-4.2.0-21U80_2cl
compat-XFree86-P9000-3.3.6-27cl
XFree86-minimal-4.2.0-21U80_2cl
XFree86-i128-4.2.0-21U80_2cl
XFree86-trident-4.2.0-21U80_2cl
XFree86-ati-dri-4.2.0-21U80_2cl
compat-XFree86-W32-3.3.6-27cl
compat-XFree86-8514-3.3.6-27cl
XFree86-Server-common-4.2.0-21U80_2cl
XFree86-manpages-4.2.0-21U80_2cl
XFree86-xkb-4.2.0-21U80_2cl
XFree86-cid-fonts-support-4.2.0-20cl
XFree86-i810-dri-4.2.0-21U80_2cl
XFree86-misc-fonts-4.2.0-20cl
XFree86-pex5-4.0.3-24cl
XFree86-vga-4.2.0-21U80_2cl
XFree86-Server-4.2.0-21U80_2cl
XFree86-modules-xaa-4.2.0-21U80_2cl
XFree86-siliconmotion-4.2.0-21U80_2cl
compat-XFree86-Mach32-3.3.6-27cl
XFree86-nv-4.2.0-21U80_2cl
XFree86-modules-fb-multi-depths-4.2.0-21U80_2cl
XFree86-xfs-4.2.0-21U80_2cl
XFree86-savage-4.2.0-21U80_2cl
XFree86-GL-4.2.0-21U80_2cl
XFree86-Xnest-4.2.0-21U80_2cl
XFree86-libs-Xaw6-4.2.0-21U80_2cl
compat-XFree86-S3-3.3.6-27cl
compat-XFree86-AGX-3.3.6-27cl
compat-XFree86-I128-3.3.6-27cl
XFree86-modules-extended-input-4.2.0-21U80_2cl
XFree86-i810-4.2.0-21U80_2cl
XFree86-modules-freetype-4.2.0-21U80_2cl
XFree86-modules-xtt-4.2.0-21U80_2cl
XFree86-misc-locales-4.2.0-21U80_2cl
XFree86-twm-4.2.0-21U80_2cl
XFree86-config-4.2.0-21U80_2cl
XFree86-neomagic-4.2.0-21U80_2cl
XFree86-sis-dri-4.2.0-21U80_2cl
compat-XFree86-Mono-3.3.6-27cl
XFree86-sis-4.2.0-21U80_2cl
XFree86-proxy-4.2.0-21U80_2cl
XFree86-Type1-fonts-4.2.0-20cl
XFree86-xdm-4.2.0-21U80_2cl
XFree86-i740-4.2.0-21U80_2cl
XFree86-cyrix-4.2.0-21U80_2cl
XFree86-Xprt-4.2.0-21U80_2cl
XFree86-libs-4.2.0-21U80_2cl
XFree86-glint-4.2.0-21U80_2cl
XFree86-rendition-4.2.0-21U80_2cl
compat-XFree86-S3V-3.3.6-27cl
XFree86-fbdev-4.2.0-21U80_2cl
XFree86-Speedo-fonts-4.2.0-20cl
XFree86-modules-fb-lowcolor-4.2.0-21U80_2cl


Last edited by cl-user; 11-29-2002 at 05:06 PM.
 
Old 11-30-2002, 10:32 AM   #8
caleb
Member
 
Registered: Sep 2002
Location: Cap. Fed. - Buenos Aires - Argentina
Distribution: Conectiva 10
Posts: 118

Original Poster
Rep: Reputation: 15
take a look at mine, maybe there's something else you are missing
here you go:

$ rpm -qa | grep XFree | sort
XFree86-100dpi-fonts-4.2.0-20cl
XFree86-4.2.0-21U80_2cl
XFree86-75dpi-fonts-4.2.0-20cl
XFree86-GL-4.2.0-21U80_2cl
XFree86-GL-devel-4.2.0-21U80_2cl
XFree86-Server-4.2.0-21U80_2cl
XFree86-Server-common-4.2.0-21U80_2cl
XFree86-Type1-fonts-4.2.0-20cl
XFree86-common-4.2.0-21U80_2cl
XFree86-config-4.2.0-21U80_2cl
XFree86-devel-4.2.0-21U80_2cl
XFree86-devel-static-4.2.0-21U80_2cl
XFree86-dps-4.2.0-21U80_2cl
XFree86-libs-4.2.0-21U80_2cl
XFree86-libs-Xaw-4.2.0-21U80_2cl
XFree86-libs-Xaw6-4.2.0-21U80_2cl
XFree86-libs-common-4.2.0-21U80_2cl
XFree86-manpages-4.2.0-21U80_2cl
XFree86-modules-afb-4.2.0-21U80_2cl
XFree86-modules-cfb-4.2.0-21U80_2cl
XFree86-modules-codeconv-4.2.0-21U80_2cl
XFree86-modules-extended-input-4.2.0-21U80_2cl
XFree86-modules-fb-4.2.0-21U80_2cl
XFree86-modules-fb-lowcolor-4.2.0-21U80_2cl
XFree86-modules-fb-multi-depths-4.2.0-21U80_2cl
XFree86-modules-freetype-4.2.0-21U80_2cl
XFree86-modules-xaa-4.2.0-21U80_2cl
XFree86-modules-xtt-4.2.0-21U80_2cl
XFree86-progs-4.2.0-21U80_2cl
XFree86-twm-4.2.0-21U80_2cl
XFree86-vesa-4.2.0-21U80_2cl
XFree86-vga-4.2.0-21U80_2cl
XFree86-xdm-4.2.0-21U80_2cl
XFree86-xkb-4.2.0-21U80_2cl

tip: 'sort' for alphabetical order

see ya

Last edited by caleb; 11-30-2002 at 10:39 AM.
 
Old 12-02-2002, 04:50 PM   #9
cl-user
LQ Newbie
 
Registered: Nov 2002
Location: Brazil, Sao Paulo State, Sao Paulo City
Distribution: Debian/FreeBSD/Ubuntu/CentOS
Posts: 10

Rep: Reputation: 0
Hi 2 all

/usr/bin/ld: cannot find -lXinerama : Solved for my CL8.0 !

I rest (sleeped well) on Sunday, And I think;
And I noted that, -lXinerama is declared in nowhere on code of
kile source code!

I looked for libXinerama on system, and nothing!
I find that there is a file named

/usr/X11R6/include/X11/extensions/Xinerama.h

and there are the files
/usr/X11R6/lib/libXext.so
/usr/X11R6/lib/libXext.so.6
/usr/X11R6/lib/libXext.so.6.4
where the first 2 are links to the third

And in a "big kick in the dark" (I dont know another term
for this in english ) I make the 2 new links

/usr/X11R6/lib/libXinerama -> /usr/X11R6/lib/libXext.so.6.4
/usr/X11R6/lib/libXinerama.so -> /usr/X11R6/lib/libXext.so.6.4

of course
ln -s /usr/X11R6/lib/libXext.so.6.4 /usr/X11R6/lib/libXinerama
ln -s /usr/X11R6/lib/libXext.so.6.4 /usr/X11R6/lib/libXinerama.so

And so I compile kile, It works very well;
I only will to learn how to typeset in LaTeX .... he he he

Bye

And very thanks to all
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Xinerama & 3D support? KimVette Linux - Software 0 02-06-2005 05:58 PM
Xinerama with XFree86 4.3.0.1 & GNOME 2.6.1 on Debian rowen1024 Linux - General 0 01-11-2005 01:22 PM
Help with Xinerama. NVIDIA & Voodoo 3 Card londonboi Linux - Hardware 8 08-25-2003 02:53 PM
Xinerama & Mozilla mdog02 Linux - Software 2 03-03-2003 09:01 AM
Kde & Xinerama Mithrandiir42 Linux - Software 0 10-12-2002 09:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva > Conectiva

All times are GMT -5. The time now is 10:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration