GTK installation problems


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers GTK installation problems
# 1  
Old 04-15-2008
GTK installation problems

This is what happened when I installed my gtkglarea-1.2.3
My GTK+ installation was successful. I installed on a non-standard location
having set all my variables for package config,library and executables

HTML Code:
checking for GTK - version >= 0.99.7... ./configure: line 12482: /home/preyan/gtk+-2.12.9/gtkconf/bin/gtk-config: No such file or directory
./configure: line 12483: /home/preyan/gtk+-2.12.9/gtkconf/bin/gtk-config: No such file or directory
where does gtk-config gets installed ?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Ubuntu

Problems with Ubuntu installation

I recently bought a new HP Spectre x360 laptop and installed Linux (Ubuntu 16.04 LTS 64 bit) for the first time. I am seeing various bugs. I don't know if the problems are due to: (a) Hardware problems with the new laptop. (b) Software issues, i.e. Ubuntu not working with the other... (1 Reply)
Discussion started by: twelth_hour
1 Replies

2. Red Hat

SWAT Installation problems

Hi, I have been trying to install SWAT on redhat 6 for samba4. The samba server was installed by another administrator but not swat. Please find output of yum install samba-swat in the attached file (2 Replies)
Discussion started by: p2bas
2 Replies

3. Virtualization and Cloud Computing

problems with Installation of virtual box

I am Trying to install Oracle virtual box.But it is giving me some error message.Unable to resolve dependencies for some packages selected for installation.Missing dependencies libSDL-1.2.so.0 is needed by pacakage virtual box 4.1 I am using RHEL5 Help out with this. (1 Reply)
Discussion started by: saisrinivas99
1 Replies

4. Red Hat

Help me to solve problems of installation

Hi everyone, I have just installed Linux redhat 9.0, Unfortunately i met a error, it annonced as following when i pressed ENTER at the first step on installation and then i stoped: PCI: 00:13.2 PCI cache line size set incorrectly (64 bytes) by BIOS/FW PCI: 00:13.2 cache line size too... (3 Replies)
Discussion started by: RobertPh
3 Replies

5. BSD

FreeBSD Installation problems

Hi all, I'm new to the world of Unix/Linux (though not to computing in general) and I'm having a few issues installing FreeBSD (v6.2). Firstly, I realise that it's not the most user-friendly of distros, especially for newbies, but it's what I'm required to install so unfortunately I have to... (2 Replies)
Discussion started by: Techmonkey
2 Replies

6. UNIX for Dummies Questions & Answers

Problems with GNU tar installation

Hi all, Need some help here. I've been trying to install GNU tar version 1.12 into my Solaris 9 machine. steps that I have done was: -untar the package file -run "./configure" -run "make" command (got stuck at this point) Got the following error messages after hitting the make... (2 Replies)
Discussion started by: suffer0
2 Replies

7. HP-UX

Patch Installation Problems

Hi people: I am having trouble installing some HPUX patches on my 11.00. I am a novice :confused: at this so bear with me. I do not understand how to install depots. Now I'm trying to patch my system so I can get the Oracle client installed. Oracle says I need these two patches:... (5 Replies)
Discussion started by: RAFA
5 Replies

8. SCO

SCO 5.0.7 Installation Problems

Happy new year guys. I have a inspiron 5100 laptop "Dell" When i'm trying to install SCO openserver 5.0.7 i get this error right after it goes thru the hardware bootup stage. The error is (PANIC: wdsetparam: no device info for ctlr 1 drive 0 is ctlr 0 , drive 0 not... (0 Replies)
Discussion started by: josramon
0 Replies

9. UNIX for Dummies Questions & Answers

Kylix Installation (File problems)

Hi, I have been trying to install Borland Kylix 3 (the free one I downloaded off the internet) on my Mandrake 9.0 computer. I have run ./testsystem and it said I was ok. BUT when I run ./borpretest it says it can't find 'lib-a.so'. I find this wierd since the file is in the same directory as... (2 Replies)
Discussion started by: KrazyGuyPaul
2 Replies

10. UNIX for Dummies Questions & Answers

Installation problems!

Hello, I just wanted to install a red hat on my pc, it says that it can not find a file! and i should click return! When I click ok or I use esc, it does not work! Just the error page returns!! and then i formated my pc due to this error :( plz help me! (13 Replies)
Discussion started by: creative
13 Replies
Login or Register to Ask a Question
KAKASI(1)						      General Commands Manual							 KAKASI(1)

NAME
kakasi-config - script to get information about the installed version of KAKASI SYNOPSIS
kakasi-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--help] [--version] [--libs] [--cflags] DESCRIPTION
kakasi-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link pro- grams that use KAKASI. It is also used internally to the .m4 macros for GNU autoconf that are included with KAKASI. OPTIONS
kakasi-config accepts the following options: --help Print the help text and exit. --version Print the currently installed version of KAKASI on the standard output. --libs Print the linker flags that are necessary to link a KAKASI program. --cflags Print the compiler flags that are necessary to compile a KAKASI program. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that KAKASI was built with when computing the output for the --cflags and --libs options. This option is also used for the exec prefix if --exec-prefix was not specified. This option must be specified before any --libs or --cflags options. --exec-prefix=PREFIX If specified, use PREFIX instead of the installation exec prefix that GTK+ was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. SEE ALSO
kakasi(1), COPYRIGHT
Copyright (C) 2001 Kakasi Project Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, pro- vided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in sup- porting documentation. 28 January 2001 KAKASI(1)