-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday 02 March 2004 02:00 pm, Andreas Bach Aaen wrote:
> I need to be able to install xlib6g on a debian unstable.
>
> apt-get install xlib6g
> gives me:
> -
> apt-get install xlib6g
> Reading Package Lists... Done
> Buildi
> xlib6g: Depends: xlibs but it is not going to be installed
apt-cache --no-all-versions show xlibs | grep -i conflicts
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> apt-get install xlib6g
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
>
Jamie Wood <[EMAIL PROTECTED]> writes:
JW> I'm trying to install Xlibs-4.0.3. But this conflicts with xlib6g
No, it only conflicts with xlib6g (<< 4.0), which means you can and
should install the xlib6g out of testing as well.
--
David Maze [EMAIL PROTECTED] http://people.debian.or
Thanks for your help. I appreciate it a lot.
The problem has been solved.
Robert Hovath
On Sun, 13 Jun 1999, Eric G. Miller wrote:
> You probably need to tell gcc where to look for the X libraries and probably
> where to look for the includes as well. You need to pass it flags like -lXaw
> (
You probably need to tell gcc where to look for the X libraries and probably
where to look for the includes as well. You need to pass it flags like -lXaw
(or something for libraries) and -I/usr/X11/include (or some such) to tell it
where the header files are.
This question is probably more on
Thanks for your help Carl!
You have solved my problem.
Bye
Robert Horvath
On 14 Jun 1999, Carl Mummert wrote:
>
> You need to specify to gcc the X library that contains all those functions.
>
> Try something like:
>
> gcc -L/usr/X11R6/lib file.c -lXt -lXaw
>
> The profileration of those
You need to specify to gcc the X library that contains all those functions.
Try something like:
gcc -L/usr/X11R6/lib file.c -lXt -lXaw
The profileration of those -l options isone reason that makefiles
are so popular.
Carl
-BEGIN PGP SIGNED MESSAGE-
On Mon, 01 Jun 1998, Ralph Winslow wrote:
>Unavailability of xlib6g seems to be the basis of several
>problems that I'm having in finishing this upgrade. Where
>can I get this package?
>
>BTW, Is a list of the mirrors with the appropriate paths
>available? When
On Mon, Jun 01, 1998 at 03:27:51PM -0300, Ralph Winslow wrote:
> Unavailability of xlib6g seems to be the basis of several
> problems that I'm having in finishing this upgrade. Where
> can I get this package?
>
> BTW, Is a list of the mirrors with the appropriate paths
> available? When running
I obtained my version of hamm from
ftp.usyd.edu.au. It contained xlib6g_3.3.2.1-1.
I couldn't install this using dselect, instead I had to do it manually using
dpkg --install.
Bill
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
"Christopher J. McNicholas" wrote:
>I installed a bunch of packages this weekend. Among them was Xlib6g.
>Now when I try to start X, I get the message:
>
>Can't load library libXmu.so.6
>
>What do I need to do to get X running again?
$ dpkg -S libXmu.so.6
xlib6g: /usr/X11R6/lib/libXmu
Britton wrote:
>
>On Thu, 12 Feb 1998, Oliver Elphick wrote:
>> Upgrading to glibc (libc6) is not that simple. It is a fundamental
>> change which affects a lot of other things. Especially, don't force
>> anything or you may end up with an unuasable system.
>
>But is this the correc
On Thu, 12 Feb 1998, Oliver Elphick wrote:
> "David Z. Maze" wrote:
> >
> >Richard Sevenich <[EMAIL PROTECTED]> writes:
> >RS> I would like to install a software package that requires
> >RS> xlib6g. dpkg is loathe to install xlib6g with xlib6 already
> >RS> installed. Can I safely remov
"David Z. Maze" wrote:
>
>Richard Sevenich <[EMAIL PROTECTED]> writes:
>RS> I would like to install a software package that requires
>RS> xlib6g. dpkg is loathe to install xlib6g with xlib6 already
>RS> installed. Can I safely remove xlib6 i.e. will packages depending
>RS> on xlib6 acc
Richard Sevenich <[EMAIL PROTECTED]> writes:
RS> I would like to install a software package that requires
RS> xlib6g. dpkg is loathe to install xlib6g with xlib6 already
RS> installed. Can I safely remove xlib6 i.e. will packages depending
RS> on xlib6 accept xlib6g ... or? ...
If you install th
On Sat, 1 Nov 1997, Niklas Hoglund wrote:
> Hello!
> I'm trying to install gimp, wich depends on gtk which depends on xlib6g
> version 3.3-5, and theres the problem - I cant find it
>
> On ftp.debian.org there is an old xlib6g 3.3-1 =(
>
+++-===-==-==
On Sat, 1 Nov 1997, Niklas Hoglund wrote:
> Hello!
> I'm trying to install gimp, wich depends on gtk which depends on xlib6g
> version 3.3-5, and theres the problem - I cant find it
>
> On ftp.debian.org there is an old xlib6g 3.3-1 =(
>
> Where can I find xlib6g 3.3-5
xlib6g 3.3.1-1
On Fri, 10 Oct 1997, Remco Blaakmeer wrote:
> The problem is with the xlib6 package, not the xlib6g package. I assume
> you have version 3.3-6 installed. It has a serious bug that wasn't there
Yes, that fixed it. I downloaded the package from your server, thanks a
billion.
Hamish Moffatt <[EMAIL PROTECTED]> writes:
> I get lots of complaints from it about the C locale being missing. :-(
> (Navigator 3, not Communicator.)
A couple of weeks ago the current set of files on hamm was such that
if you installed them and didn't notice what you were doing, the
locales pack
Will Lowe wrote:
>
> is the xlib6g problem known to break netscape? Ever since I upgraded it
> yesterday, netscape's been crashing with a bus error.
These links might help:
http://www.debian.org/Lists-Archives/debian-devel-9709/msg01081.html
http://www.debian.org/Lists-Archives/debian-devel-97
On Thu, 9 Oct 1997, Will Lowe wrote:
> On Fri, 10 Oct 1997, Hamish Moffatt wrote:
>
> > On Thu, Oct 09, 1997 at 03:15:07PM -0400, Will Lowe wrote:
> > > is the xlib6g problem known to break netscape? Ever since I upgraded it
> > > yesterday, netscape's been crashing with a bus error.
> >
> > I
On Fri, 10 Oct 1997, Hamish Moffatt wrote:
> On Thu, Oct 09, 1997 at 03:15:07PM -0400, Will Lowe wrote:
> > is the xlib6g problem known to break netscape? Ever since I upgraded it
> > yesterday, netscape's been crashing with a bus error.
>
> I get lots of complaints from it about the C locale b
On Thu, Oct 09, 1997 at 03:15:07PM -0400, Will Lowe wrote:
> is the xlib6g problem known to break netscape? Ever since I upgraded it
> yesterday, netscape's been crashing with a bus error.
I get lots of complaints from it about the C locale being missing. :-(
(Navigator 3, not Communicator.)
H
24 matches
Mail list logo