wxWidgets on Solaris8


 
Thread Tools Search this Thread
Operating Systems Solaris wxWidgets on Solaris8
# 1  
Old 02-20-2012
wxWidgets on Solaris8

hello,
i am trying to compile wxWidgets on a Solaris8 box, but get this message:


checking for XML_ParserCreate in -lexpat... yes
checking for mspack.h... no
checking for X... no
configure: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)


any advice much appreciated
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

.profile in solaris8

question: why is that when I created a user under solaris8, i got two lines before the login.. sample: login as: user1 user1@1.1.1.1's password: Last login: Fri Feb 25 17:00:52 2011 from 12.0.0.5 Sun Microsystems Inc. SunOS 5.8 Generic February 2000 Sun Microsystems Inc. SunOS... (0 Replies)
Discussion started by: lhareigh890
0 Replies

2. Solaris

netsnmp on solaris8 sparc

hello, I installed netsnmp 5.6 on solaris 8 (sparc). now I want to have cpu, memory and disk used, for this when i execute: snmpwalk -v1 -c public localhost memory it displays me: End of mib please tel me how to do, to have this information (cpu, memory and disk used). thank you (0 Replies)
Discussion started by: lamou23
0 Replies

3. Solaris

How can i know service status in solaris8,9?

How can i know service status and its dependencies in solaris 8,9? Thanks in advance.. (2 Replies)
Discussion started by: younus_syed
2 Replies

4. Solaris

Help for add disk on solaris8

Hi, boss i have a question about the system add the new disk. I add 6 disks in Sunfire 880, i want to put these 6 disks in to service but i do not want re-install the system, some guys can give me some advie on this case? thanks very much the follow is detail 0. c1t0d0 <SUN72G cyl... (3 Replies)
Discussion started by: surainbow
3 Replies

5. Solaris

Solaris8

What is the max file system that I can create. Is the max 2TB? I trying to connect a iscsi device and Solaris can only see 999 GB. Do I have to change sector size? (2 Replies)
Discussion started by: kmcguinn71
2 Replies

6. Solaris

Segmentation fault in solaris8

hi, I am running solaris8 under E220R. While adding the user system show the following error message. How can i overcome this error?. anyone plz help me. bash-2.03# passwd raja New Password: Re-enter new Password: Segmentation Fault Thanks muthu (0 Replies)
Discussion started by: muthulingaraja
0 Replies

7. UNIX for Dummies Questions & Answers

about grep on solaris8

there is -r switch for grep in linux, but in solaris 8, I found it doesn't support it. But I really need this function to rescue my sub-directories, so anybody can help me?thanks!! (2 Replies)
Discussion started by: cooldown
2 Replies

8. UNIX for Dummies Questions & Answers

A problme about solaris8

Hello,I have a problme when log on Solaris 8 ,screen show"DT information system do not startup".what's this.how to do it? thankx. (3 Replies)
Discussion started by: Yeliu
3 Replies

9. UNIX for Dummies Questions & Answers

downloaded solaris8

i have downloaded 3 zipped solaris ver 8 07/01 installation cd and i want to ask this question: 1. what will i do to burn it? do i need to extract the file and then burn it? what? Note: Those zipped files have only one file each and it has more than 100mb plus. (6 Replies)
Discussion started by: rodelu
6 Replies

10. UNIX for Dummies Questions & Answers

Solaris8(intel)

I have just recently installed solaris8 on my box, and got two minor problems: Based on the size of partitions i should have approx 10gigs of mem., but the system registeres 0 space available on my harddrive....That problem results in a slight inability to install any apps... The second problem is... (3 Replies)
Discussion started by: Diesel
3 Replies
Login or Register to Ask a Question
wx-config(1)							     wxWidgets							      wx-config(1)

NAME
wx-config - wxWidgets configuration search and query tool SYNOPSIS
wx-config [ OPTIONS ... ] [ LIB ... ] DESCRIPTION
wx-config returns information about the wxWidgets libraries available on your system. It may be used to retrieve the information you require to build applications using these libraries. Changing the library options you wish to use for an application previously involved managing alternative configurations by a system dependent means. It is now possible to select from any of the configurations installed on your system via this single tool. You can view all available configurations installed in the system default prefix with the command wx-config --list and select from them by using the feature options described below. Optional LIB arguments (comma or space separated) may be used to specify individually the wxWidgets component libraries that you wish to use, or to specify additional components not usually included by default. The magic token std may be used to import all libraries that would be used by default if none were specified explicitly. eg. wx-config --libs std,gizmos OPTIONS
wx-config accepts the following options with no restrictions on their order as was required in previous releases: Installed root These options change or query the filesystem root for the operations listed below. --prefix[=PREFIX] Without the optional argument, the current default prefix will be output. If the argument is supplied, PREFIX will be searched for matching configs in place of the default. You may use both forms in the same command. --exec-prefix[=EXEC-PREFIX] Similar to --prefix, but acts on the exec-prefix. If not specified will default to the value of prefix. Query options These options return information about the wxWidgets default version and installed alternatives. --list List all configs in prefix and show those that match any additional feature options given. --release Output the wxWidgets release number. --version-full Output the wxWidgets version number in all its glory. --basename Output the base name of the wxWidgets libraries. --selected-config Output the signature of the selected wxWidgets library. This is a string of the form "port-unicode-release-version". Feature options These options select features which determine which wxWidgets configuration to use. --host=HOST Specify a (POSIX extended) regex of host aliases to match for cross compiled configurations. eg. --host=i586-mingw32msvc, --host=.* If unspecified, the default is to match only configurations native to the build machine. --toolkit=TOOLKIT Specify a (POSIX extended) regex of the toolkits to match. The toolkit is responsible for the look and feel of the compiled application. eg. gtk, gtk2, motif, msw. If unspecified the default is to prefer the system default toolkit, but to match any toolkit in the absence of a stricter specification. --version[=VERSION] Without the optional argument, return the wxWidgets version. If the argument is supplied it specifies a (POSIX extended) regex of the versions to match. If unspecified the default is to prefer the system default version, but to match any ver- sion in the absence of a stricter specification. --unicode[=yes|no]] Specify the default character type for the application. If unspecified, the system default will be preferred, but any type may match in the absence of a stricter specification. --debug[=yes|no]] Specify whether to create a debug or release build for the application. If unspecified, the system default (release) will be preferred, but any type may match in the absence of a stricter specification. Debug versions are very useful for finding certain common ways of misusing the wxWidgets API, and you are encouraged to use them during active development of applications. They are not binary compatible with release versions, and packages built against wxWidgets debug builds should never be uploaded to Debian. --static[=yes|no]] Specify whether to statically or dynamically link wxWidgets libraries into your application. If unspecified, the system de- fault (dynamic) will be preferred, but any type may match in the absence of a stricter specification. Static linking is mainly useful still for cross ports not natively supported by Debian, and can be hazardous in conjunction with the GTK tool- kits. Note that static libraries are no longer included in the wxGTK packages. Compiler options These options generate output required to build an application using a particular wxWidgets configuration. --libs Output link flags required for a wxWidgets application. --cppflags Output parameters required by the C preprocessor. --cflags Output parameters required by the C compiler. --cxxflags Output parameters required by the C++ compiler. --cc Output the name of the C compiler $(CC). --cxx Output the name of the C++ compiler $(CXX). --ld Output the linker command. COPYRIGHT
This manpage was written by Ron Lee <ron@debian.org> for the Debian GNU/Linux distribution of wxWidgets. It may be freely distributed by anyone who finds it useful. Debian GNU/Linux 29 Sep 2004 wx-config(1)