10 More Discussions You Might Find Interesting
1. AIX
Hi, I need to look at a recent copy of /usr/include/errno.h from AIX 7.2 to check some symbols. In particular, I'm curious if it defines EOWNERDEAD and ENOTRECOVERABLE. Can someone who has access to 7.2 please check for me? Thanks! (1 Reply)
Discussion started by: topcat
1 Replies
2. Shell Programming and Scripting
When i try to vi a file, see some extra characters "l^H^@^@^@^@^F^@"...but when i cat the same file i am not seeing this...How do i remove this??? (4 Replies)
Discussion started by: problemchild
4 Replies
3. UNIX for Dummies Questions & Answers
I noticed that sometimes there is "~#" or "~$" in the terminal. What is that? I can't make any research in google because I don't know what are they called. I even tried reading pdf's or books but unfortunately, I wasn't lucky to find out. Maybe I was not persistent enough but I am really... (3 Replies)
Discussion started by: chams
3 Replies
4. Programming
Greetings,
I am slowly learning a few things but am far from being an expert. I am at the point now that I
would like to be able write some ANSI C code on HP-UX 10.2. Just a hobbie... I am just using cc,
which came with the HP-UX 10.2 ...
I don't have the manuals for the development... (7 Replies)
Discussion started by: Dirk_
7 Replies
5. Shell Programming and Scripting
Can anyone please tell me what the following do
1. <
2. <<
Thanks
Calypso (1 Reply)
Discussion started by: Calypso
1 Replies
6. Shell Programming and Scripting
Hi my file is suffering from some weird text symbols like a question mark inside of a square. I don't know how to remove these. I tried to remove UTF accents with command
sed -e 's/^*Width:*//' -e 's/*$//'`
but no use
. Could u guyz plz help me. (4 Replies)
Discussion started by: repinementer
4 Replies
7. AIX
Hello experts ,
i have some strange problem,
i wanted to create a shared object in AIX 5.3 for which i have compiled all my .cxx to .o which worked fine and then i created the .so from them , but when i do
nm -Bo sample.so ,
i have many unresolved symbol, including printf... (0 Replies)
Discussion started by: vin_pll
0 Replies
8. Shell Programming and Scripting
Hi,
Any one of you guys can you help me out to filter all "," (single comma) from the below attached contents in a file.
sportiva:root:/home/users/thayata/test # cat sample2.csv
Heading,Sub Heading,,Detail
Server details,Deployment environment:,,Standard Datacentre DC1
,Chassis... (2 Replies)
Discussion started by: ajilesh
2 Replies
9. Shell Programming and Scripting
Hi,
Can someone please clarify how we are able to use both IO and GLOB symbols of a package variable interchangeably?
Please consider the following code:
open(FH,"myfile") || die "Unable to open file myfile:$@";
my $glob_var = *main::FH{GLOB};
my $io_var = *main::FH{IO};
print $glob_var... (0 Replies)
Discussion started by: srinivasan_85
0 Replies
10. HP-UX
Whats the unix command to identify the symbols in the shared library.
I want to find the symbol "nnftboot" is in the library libnnz10.so.
Can any one help on this. (1 Reply)
Discussion started by: senthil_is
1 Replies
freealut-config(1) General Commands Manual freealut-config(1)
NAME
freealut-config - script to get information about the installed version of freealut
SYNOPSIS
freealut-config [ --prefix= DIR] [ --exec-prefix= DIR] [ --version ] [ --libs ] [ --cflags ]
DESCRIPTION
freealut-config is a tool that is used to configure and determine the compiler and linker flags that should be used to compile and link
progams, libraries, and plugins that use freealut.
The use of freealut-config is deprecated. The more generic tool pkg-config should be used instead.
OPTIONS
--cflags
Print the compiler flags that are necessary to compile a program or library that uses freealut.
--exec-prefix=DIR
If specified, use DIR instead of the installation exec prefix that freealut was build with when computing the output for the
--cflags and --libs options. This option must be specified before any of the --cflags and --libs options.
--libs Print the linker flags that are necessary to link a program or library that uses freealut.
--prefix=DIR
If specified, use PREFIX instead of the installation prefix that freealut 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 of the --cflags and --libs options.
--version
Prints the currently installed version of freealut on standard output.
EXAMPLES
gcc -o main.o $(freealut-config --cflags) -c main.c
is how you might use freealut-config to compile a C source file for an executable program.
gcc -o my_app $(freealut-config --libs) main.o util.o
is how you might use freealut-config to link compiled objects into an executable program.
SEE ALSO
pkg-config(1)
This manual page was written for sdl-config by Branden Robinson, originally for Progeny Linux Systems, Inc., and the Debian Project. It was
adapted to freealut by Sam Hocevar.
freealut 2003-11-22 freealut-config(1)