Sponsored Content
Top Forums Programming use gcc and link with a library Post 52510 by AUBERT on Monday 21st of June 2004 12:20:38 PM
Old 06-21-2004
MySQL

Thanks you it works !
Frederic.Smilie
 

10 More Discussions You Might Find Interesting

1. Programming

gcc Link problem

I have some crypting functions in object-file - for example,func.o Main file,from where crypting functions called, named as main.cpp . "gcc main.cpp -o main func.o" print "undefined reference to ... " But if I rename main.cpp to main.c and execute "gcc main.c -o main func.o" - ok. If anybody,... (3 Replies)
Discussion started by: Gigachel
3 Replies

2. Programming

How to link lib or Dll using gcc

I had this lib which I don't have access to the source code and is created by micosoft Visual C++ compiler ...... Right now I want to reuse this lib as part of my new project which only has gcc as the only compiler... I had the problem that the lib won't link to my other c code... my... (2 Replies)
Discussion started by: yuwang
2 Replies

3. UNIX for Dummies Questions & Answers

Link error while linking a shared library in unix

Getting the following error , ld: /opt/syncsort39/lib/libsyncsort.sl: Mismatched ABI. 64-bit PA shared library found in 32-bit link. Is there any difference in the ld options in opt file while linking a 64 bit shared library ? Or is the problem because we are trying to link both 32 bit and 64... (3 Replies)
Discussion started by: arunkumar_mca
3 Replies

4. Solaris

link a library compiled with SC 5.9 on a machine with SC5.8

Is it possible to link a library compiled on Solaris 10 with SunCompiler 5.9 in a project compiled with SC 5.8 ? Is there an option to "downgrade" the SC5.9 => SC5.8 to be sure of the compatibility ? Thanks 4 your help (2 Replies)
Discussion started by: sarastus
2 Replies

5. Solaris

Installing gcc - recieve error message gcc : cannot execute

AIM- Install Oracle 11g on Solaris using VMWare Steps 1.Logged on as root 2.Created subfolders à /usr/local/bin & /usr/local/bin/gcc 3.Downloaded gcc & libiconv & unzipped them on my harddrive & burnt them on CD 4.Copied files from CD to /usr/local/bin/gcc 5.Terminal (root) à pkgadd -d... (8 Replies)
Discussion started by: Ackers
8 Replies

6. Linux

Linux Library symbolic link damaged

Hi, firstly I am not so familiar with linux and i think i have done some damage to the red hat server. It seems that now in command line I am unable to use any basic command whatsoever (ls, move, cp, bash, etc). I was trying to deploy an application and have changed the symbolic link (soft... (1 Reply)
Discussion started by: zaxx
1 Replies

7. UNIX for Advanced & Expert Users

Figure out the minimum os version neede to run executable or link library.

Hello, I need to figure out the minimum OS version needed to run some executable. For the following OS: Linux, AIX, Solaris. For example how do I know the minimum OS version for /bin/ls ? "file" command does not give me much information. There are some tools that are helpful for understanding... (4 Replies)
Discussion started by: +Yan
4 Replies

8. Programming

g++ fails to link to static library when compilation and link in single command

Hello All, I've encountered a strange behaviour from g++ that doesn't make sense to me. Maybe you can shed some light on it: I have a bunch of source files and want to compile them and link them with a static library liba.a located in /usr/local/lib64 into an executable Approach 1 works... (0 Replies)
Discussion started by: magelord
0 Replies

9. UNIX for Advanced & Expert Users

Xserver shared library link is gone

I am administering an Xserver v10.6.8 and I updated the ports using Macports self update. I received this error when calling the program R dyld: Library not loaded: /opt/local/lib/libicuuc.48.dylib Referenced from: /opt/local/lib/R/lib/x86_64/libR.dylib Reason: image not found Trace/BPT... (2 Replies)
Discussion started by: godzilla07
2 Replies

10. UNIX for Beginners Questions & Answers

Compiling GCC 6.3.0 - Error with Library

First of all -- thanks for being patient with me. I hope I'm submitting this correctly. Also I haven't done UNIX Admin since the early 1990's. I'm actually a DBA. But, since I'm the one in the office with the UNIX experience, I'm the SA. I haven't been able to compile GCC 6.3.0 which I need... (9 Replies)
Discussion started by: PJ_Namias
9 Replies
xinput(1)						      General Commands Manual							 xinput(1)

NAME
xinput - utility to configure and test X input devices SYNOPSIS
xinput [OPTIONS] [DEVICE] DESCRIPTION
xinput is a utility to list available input devices, query information about a device and change input device settings. OPTIONS
--version Test if the X Input extension is available and return the version number of the program and the version supported by the server. This option does not require a device name. --list [--short || --long || --name-only || --id-only] [device] If no argument is given list all the input devices. If an argument is given, show all the features of device. If --long is pro- vided, the output includes detailed information about the capabilities of each devices. Otherwise, or if --short is provided, only the device names and some minimal information is listed. If --name-only is provided, the output is limited to the device names. One device name is listed per line. Note that the order the devices are listed is undefined. If --id-only is provided, the output is limited to the device IDs. One device ID is listed per line. Note that the order the devices are listed is undefined. --get-feedbacks device Display the feedbacks of device. --set-pointer device Switch device in core pointer. This option does nothing on X servers 1.5 and later. --set-mode device ABSOLUTE|RELATIVE Change the mode of device. --set-ptr-feedback device threshold num denom Change the pointer acceleration (or feedback) parameters of device. The xset(1) man page has more details. For X.Org Server 1.7 and above, there are additional device properties pertaining to pointer acceleration. These do not replace, but complement the pointer feedback setting. --set-integer-feedback device index value Change the value of an integer feedback of device. --set-button-map device map_button_1 [map_button_2 [...]] Change the button mapping of device. The buttons are specified in physical order (starting with button 1) and are mapped to the logical button provided. 0 disables a button. The default button mapping for a device is 1 2 3 4 5 6 etc. --query-state device Query the device state. --list-props device [device [...]] Lists properties that can be set for the given device(s). --set-int-prop device property format value Sets an integer property for the device. Appropriate values for format are 8, 16, or 32, depending on the property. Deprecated, use --set-prop instead. --set-float-prop device property value Sets a float property for the device. Deprecated, use --set-prop instead. --set-prop [--type=atom|float|int] [--format=8|16|32] device property value [...] Set the property to the given value(s). If not specified, the format and type of the property are left as-is. The arguments are interpreted according to the property type. --watch-props device Prints to standard out when property changes occur. --delete-prop device property Delete the property from the device. --test [-proximity] device Register all extended events from device and enter an endless loop displaying events received. If the -proximity is given, Proximi- tyIn and ProximityOut are registered. --test-xi2 [device] Register for a number of XI2 events and display them. If a device is given, only events on this device are displayed. --create-master prefix [sendCore] [enable] Create a new pair of master devices on an XI2-enabled server with the given prefix. The server will create one master pointer named "prefix pointer" and one master keyboard named "prefix keyboard". If sendCore is 1, this pair of master devices is set to send core events (default). If enable is 1, this master device pair will be enabled immediately (default). --remove-master master [Floating|AttachToMaster] [returnPointer] [returnKeyboard] Remove master and its paired master device. Attached slave devices are set floating if Floating is specified or the argument is omitted. If the second argument is AttachToMaster, returnPointer specifies the master pointer to attach all slave pointers to and returnKeyboard specifies the master keyboard to attach all slave keyboards to. --reattach slave master Reattach slave to master. --float slave Remove slave from its current master device. --set-cp window master Set the ClientPointer for the client owning window to master. master must specify a master pointer. --map-to-output device crtc Restricts the movements of the absolute device to the RandR crtc. The output name must match a currently connected output (see xrandr(1)). If the NVIDIA binary driver is detected or RandR 1.2 or later is not available, a Xinerama output may be specified as "HEAD-N", with N being the Xinerama screen number. This option has no effect on relative devices. --enable device Enable the device. This call is equivalent to xinput --set-prop device "Device Enabled" 1 --disable device Disable the device. This call is equivalent to xinput --set-prop device "Device Enabled" 0 device can be the device name as a string or the XID of the device. slave can be the device name as a string or the XID of a slave device. master can be the device name as a string or the XID of a master device. property can be the property as a string or the Atom value. SEE ALSO
X(7), xset(1), xrandr(1) COPYRIGHT
Copyright 1996,1997, Frederic Lepied. Copyright 2007, Peter Hutterer. Copyright 2008, Philip Langdale. Copyright 2009-2011, Red Hat, Inc. AUTHORS
Peter Hutterer <peter.hutterer@who-t.net> Philip Langdale, <philipl@alumni.utexas.net> Frederic Lepied, France <Frederic.Lepied@sugix.frmug.org> Julien Cristau <jcristau@debian.org> Thomas Jaeger <ThJaeger@gmail.com> and more. X Version 11 xinput 1.6.0 xinput(1)
All times are GMT -4. The time now is 03:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy