GCC Installation On RedHat 6.0

Hi

I am trying to install gcc on RedHat 6.0. I have installed
binutils 2.21
gmp 4.3.2
mpc 0.8.2
mpfr 3.0.0
ppl 0.10

but while making cloog-ppl 0.15 got an error shown below

what would be the reason?



gcc -DHAVE_CONFIG_H -I. -I. -I./include/cloog -I./include -I./include -I/usr/local/lib/include -Wall -fomit-frame-pointer -g -O2 -MT options.lo -MD -MP -MF .deps/options.Tpo -c source/options.c -fPIC -DPIC -o .libs/options.o
gcc -DHAVE_CONFIG_H -I. -I. -I./include/cloog -I./include -I./include -I/usr/local/lib/include -Wall -fomit-frame-pointer -g -O2 -MT options.lo -MD -MP -MF .deps/options.Tpo -c source/options.c -o options.o >/dev/null 2>&1
cd . && /bin/sh /opt/tools/cloog-ppl/autoconf/missing --run autoheader
autoheader: warning: missing template: HAS_SYS_RESOURCE_H
autoheader: Use AC_DEFINE([HAS_SYS_RESOURCE_H], [], [Description])
make[1]: *** [include/cloog/cloog-config.h.in] Error 1
make[1]: Leaving directory `/opt/tools/cloog-ppl'
make: *** [all-recursive] Error 1


Similar Content



Regarding Cross Compilation Of Ntp

hi all,
I am new to cross compilation .I am trying to cross compile ntp for arm based zync soc board. so i have downloaded ntp source code version ntp-4.2.8-p2

i gave options for confiure file like this ./configure --host=arm-xilinix-linux-gnueabi --build=x86_64-pc-linux-gnu --prefix=/home/sntp CC=arm-xilinx-linux-gnueabi-gcc -with-yeilding-select=yes
configuration is succesful but when i am going for make it is throwing an error like this

cd ./html && \
../scripts/build/checkHtmlFileDates
cd . && \
./scripts/build/checkChangeLog
make all-recursive
make[1]: Entering directory `/home/SNTP/ntp-4.2.8p2'
Making all in sntp
make[2]: Entering directory `/home/SNTP/ntp-4.2.8p2/sntp'
[ ! -r ./../COPYRIGHT ] \
|| [ check-COPYRIGHT-submake -nt ./../COPYRIGHT ] \
|| make check-COPYRIGHT-submake
cd ../libntp && make libntp.a
make[3]: Entering directory `/home/sumanth/SNTP/ntp-4.2.8p2/libntp'
CC systime.o
In file included from ../include/ntp.h:14:0,
from systime.c:9:
../include/ntp_crypto.h:27:25: fatal error: openssl/evp.h: No such file or directory
#include "openssl/evp.h"
^
compilation terminated.
make[3]: *** [systime.o] Error 1
make[3]: Leaving directory `/home/sumanth/SNTP/ntp-4.2.8p2/libntp'
make[2]: *** [../libntp/libntp.a] Error 2
make[2]: Leaving directory `/home/sumanth/SNTP/ntp-4.2.8p2/sntp'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sumanth/SNTP/ntp-4.2.8p2'
make: *** [all] Error 2

suggest me how to fix this?

Regards
sumanth

Problem With Honeyd Installation During "make" In Kali Linux

Hello there,
First of all thank you for making me a part of this forum.
Secondly, here is the problem..
I am facing this problem in honeyd installation during "make"

root@kali:~/Desktop/Narayan/honeyd-1.5c# sudo make
make all-recursive
make[1]: Entering directory `/root/Desktop/Narayan/honeyd-1.5c'
Making all in .
make[2]: Entering directory `/root/Desktop/Narayan/honeyd-1.5c'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I./ -I./compat -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -Wall -g -DPATH_HONEYDINCLUDE="\"/usr/local/include/honeyd\"" -DPATH_HONEYDDATA="\"/usr/local/share/honeyd\"" -DPATH_HONEYDLIB="\"/usr/local/lib/honeyd\"" -DHONEYD_PLUGINS_DECLARE="" -DHONEYD_PLUGINS="" -DPATH_RRDTOOL="\"\"" -c honeyd.c
In file included from honeyd.c:97:0:
tagging.h:89:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
tagging.h:89:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
In file included from stats.h:36:0,
from honeyd.c:98:
./compat/sha1.h:23:3: warning: ‘__bounded__’ attribute directive ignored [-Wattributes]
./compat/sha1.h:23:3: warning: ‘__bounded__’ attribute directive ignored [-Wattributes]
./compat/sha1.h:26:3: warning: ‘__bounded__’ attribute directive ignored [-Wattributes]
./compat/sha1.h:28:3: warning: ‘__bounded__’ attribute directive ignored [-Wattributes]
./compat/sha1.h:30:3: warning: ‘__bounded__’ attribute directive ignored [-Wattributes]
./compat/sha1.h:32:3: warning: ‘__bounded__’ attribute directive ignored [-Wattributes]
./compat/sha1.h:35:3: warning: ‘__bounded__’ attribute directive ignored [-Wattributes]
./compat/sha1.h:35:3: warning: ‘__bounded__’ attribute directive ignored [-Wattributes]
make[2]: *** [honeyd.o] Error 1
make[2]: Leaving directory `/root/Desktop/Narayan/honeyd-1.5c'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Desktop/Narayan/honeyd-1.5c'
make: *** [all] Error 2

I found a similar thread in this forum as well to solve the above problem by using "apt-get install honeyd" but didnt quite worked for me.

root@kali:~/Desktop/Narayan/honeyd-1.5c# apt-get install honeyd
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package honeyd


I tried researching but couldnt find any solutions. Moreover, I am really a newbie at Kali Linux and other debians as well.
I would appreciate if somone could help me.
Thank you.

Problem With (instalation Of?) Mysql.h On C

Hi, I've just recently installed MySQL connector/c from source code on my Slackware 14.1 x64

I read the official instructions of the connector but I felt a bit disorientated when I read:
Code:
1 -Change location to the top-level directory of the source distribution.

I interpreted that I have to go to the "highest" directory Code:
/

So I wrote: Code:
 
        #                            cd /

root@- /#                            tar xzvf /home/normal/Downloads/mysql-connector-c-6.1.6-src.tar.gz 

root@- /#                            cd /mysql-connector-c-6.1.6-src/

root@- /mysql-connector-c-6.1.6-src# cmake -G "Unix Makefiles"

root@- /mysql-connector-c-6.1.6-src# make 

root@- /mysql-connector-c-6.1.6-src# make install

Then I did:
Code:
ln -s /usr/local/mysql-5.6.25/include /usr/include

But when I try to compile a program in c with #include <mysql.h> i get this error:
Code:
# gcc ctemp.c 
In file included from ctemp.c:2:0:
/usr/include/mysql.h:57:27: fatal error: mysql_version.h: No such file or directory
 #include "mysql_version.h"
                           ^

What can I do? Thanks a lot and sorry for poor english

PD: If you need the official instructions I paste here the link: https://dev.mysql.com/doc/connector-...on-source.html

Problem With EDCA Patch Of 802.11e For Ns2.35

Hello, I started to use ns2.35 recently with Cygwin Terminal 1.7.35 under a virtual machine Windows XP Pro Service Pack 3. I'm having a problem when trying to apply a EDCA patch of 802.11e.

First i tried the oficial patch (intended for ns2.28), then i found a later version of EDCA:
Ref. post #18 he http://www.linuxquestions.org/questi...245/page2.html

I also tried to apply the patch for ns-2.35
Ref. post #70 he http://www.linuxquestions.org/questi...928/page5.html


After I made the changes in the files and running the following commands (as said by the 'README.txt' inside the patch)
./configure; make clean; make depend; make

I got the message:
Code:
g++ -c -O2 -Wall -Wno-write-strings  -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_14 -DHAVE_OTCL_H -DHAVE_LIBTK8_5 -DHAVE_TK_H -DHAVE_LIBTCL8_5 -DHAVE_TCLINT_H -DHAVE_TCL_H  -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test  -I. -I. -I/home/Administrator/ns-allinone-2.35/tclcl-1.20 -I/home/Administrator/ns-allinone-2.35/otcl -I/home/Administrator/ns-allinone-2.35/include -I/home/Administrator/ns-allinone-2.35/include -I/home/Administrator/ns-allinone-2.35/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -I./mac/802_11e -o mac/802_11e/mac-802_11e.o mac/802_11e/mac-802_11e.cc
mac/802_11e/mac-802_11e.cc:41:20: fatal error: stream.h: No such file or directory
 #include "stream.h"
                    ^
compilation terminated.
Makefile:93: recipe for target 'mac/802_11e/mac-802_11e.o' failed
make: *** [mac/802_11e/mac-802_11e.o] Error 1

Also, the ns command (which was working before the patch) now shows me an error:
Code:
bash: ns: command not found

I've searched the ns directory and the ns executable there is no more.


Do you have any ideia how to correct this?

Thank you in advance.

Cannot Say Hello To The World Due To 'code 1'

/************************************************************
*
* Project 0: My First Program in C++
*
* Author: xxx xxxx
* Date: 18 January 2015
*
* This is the canonical first program for C++.
* Its purpose is to show that one knows how to create a program in
* one's particular programming environment.
*
************************************************************/

#include <bjarne/std_lib_facilities.h>

int main()
{
cout << "Hello, world!\n";

return 0;
}

I compiled the hello world program as my prof instructed.
then I used C+c C+c, delete 'make -k' and replaced with 'g++ -o proj0 -std=c++11 proj0.cc', choose to save the file, and it goes 'compilation exited abnormally with code 1'

note that I do all these by making SSH connection with computer in lab with a linux system

FYI, the whole thing is:

-*- mode: compilation; default-directory: "~/private/cs1/proj0/" -*-
Compilation started at Sun Jan 18 21:15:54

g++ -o proj0 -std=c++11 proj0.cc
In file included from /usr/include/c++/4.9.2/locale:41:0,
from /usr/include/c++/4.9.2/iomanip:43,
from /usr/local/include/bjarne/std_lib_facilities.h:220,
from proj0.cc:14:
/usr/include/c++/4.9.2/bits/locale_facets_nonio.h:1869:5: error: template-id do_get<> for String std::messages<char>::do_get(std::messages_base::catalog, int, int, const String&) const does not match any template declaration
messages<char>::do_get(catalog, int, int, const string&) const;
^
/usr/include/c++/4.9.2/bits/locale_facets_nonio.h:1869:62: note: saw 1 template<> , need 2 for specializing a member function template
messages<char>::do_get(catalog, int, int, const string&) const;
^

Compilation exited abnormally with code 1 at Sun Jan 18 21:15:55

Installing Glib: Error: Redefinition Of Typedef 'GListStore'

I am user witout root permission at a Linux distribution CentOS release 6.6.
I am trying to install glib-v2.44 from source.

First I ran

Code:
./configure --prefix=/c3se/users/froslev/Glenn/lib

which went fine. After that, I ran Code:
make

which failed (output below)

What might be the problem?

Code:
[froslev@glenn glib-2.44.0]$ make
make  all-recursive
make[1]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0'
Making all in .
make[2]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0'
make[2]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0'
Making all in m4macros
make[2]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/m4macros'
make  all-am
make[3]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/m4macros'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/m4macros'
make[2]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/m4macros'
Making all in glib
make[2]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib'
  GEN      glibconfig-stamp
config.status: executing glib/glibconfig.h commands
config.status: glib/glibconfig.h is unchanged
make  all-recursive
make[3]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib'
Making all in libcharset
make[4]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib/libcharset'
make  all-am
make[5]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib/libcharset'
  CC       libcharset_la-localcharset.lo
  CCLD     libcharset.la
  GEN      ref-add.sed
  GEN      ref-del.sed
  GEN      charset.alias
make[5]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib/libcharset'
make[4]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib/libcharset'
Making all in pcre
make[4]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib/pcre'
make  all-am
make[5]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib/pcre'
  CC       libpcre_la-pcre_byte_order.lo
  CC       libpcre_la-pcre_chartables.lo
  CC       libpcre_la-pcre_compile.lo
  CC       libpcre_la-pcre_config.lo
  CC       libpcre_la-pcre_dfa_exec.lo
  CC       libpcre_la-pcre_exec.lo
  CC       libpcre_la-pcre_fullinfo.lo
  CC       libpcre_la-pcre_get.lo
  CC       libpcre_la-pcre_globals.lo
  CC       libpcre_la-pcre_jit_compile.lo
  CC       libpcre_la-pcre_newline.lo
  CC       libpcre_la-pcre_ord2utf8.lo
  CC       libpcre_la-pcre_string_utils.lo
  CC       libpcre_la-pcre_study.lo
  CC       libpcre_la-pcre_tables.lo
  CC       libpcre_la-pcre_valid_utf8.lo
  CC       libpcre_la-pcre_xclass.lo
  CCLD     libpcre.la
make[5]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib/pcre'
make[4]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib/pcre'
Making all in update-pcre
make[4]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib/update-pcre'
make  all-am
make[5]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib/update-pcre'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib/update-pcre'
make[4]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib/update-pcre'
Making all in .
make[4]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib'
  CC       libglib_2_0_la-gallocator.lo
  CC       libglib_2_0_la-gcache.lo
  CC       libglib_2_0_la-gcompletion.lo
  CC       libglib_2_0_la-grel.lo
  CC       libglib_2_0_la-gthread-deprecated.lo
  CC       libglib_2_0_la-garray.lo
  CC       libglib_2_0_la-gasyncqueue.lo
  CC       libglib_2_0_la-gatomic.lo
  CC       libglib_2_0_la-gbacktrace.lo
  CC       libglib_2_0_la-gbase64.lo
  CC       libglib_2_0_la-gbitlock.lo
  CC       libglib_2_0_la-gbookmarkfile.lo
  CC       libglib_2_0_la-gbytes.lo
  CC       libglib_2_0_la-gcharset.lo
  CC       libglib_2_0_la-gchecksum.lo
  CC       libglib_2_0_la-gconvert.lo
  CC       libglib_2_0_la-gdataset.lo
  CC       libglib_2_0_la-gdate.lo
  CC       libglib_2_0_la-gdatetime.lo
  CC       libglib_2_0_la-gdir.lo
  CC       libglib_2_0_la-genviron.lo
  CC       libglib_2_0_la-gerror.lo
  CC       libglib_2_0_la-gfileutils.lo
gfileutils.c:613: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
gfileutils.c:631: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
  CC       libglib_2_0_la-ggettext.lo
  CC       libglib_2_0_la-ghash.lo
  CC       libglib_2_0_la-ghmac.lo
  CC       libglib_2_0_la-ghook.lo
  CC       libglib_2_0_la-ghostutils.lo
  CC       libglib_2_0_la-giochannel.lo
  CC       libglib_2_0_la-gkeyfile.lo
  CC       libglib_2_0_la-glib-init.lo
  CC       libglib_2_0_la-glib-private.lo
  CC       libglib_2_0_la-glist.lo
  CC       libglib_2_0_la-gmain.lo
  CC       libglib_2_0_la-gmappedfile.lo
  CC       libglib_2_0_la-gmarkup.lo
gmarkup.c:2384: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
gmarkup.c:2513: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
  CC       libglib_2_0_la-gmem.lo
  CC       libglib_2_0_la-gmessages.lo
  CC       libglib_2_0_la-gnode.lo
  CC       libglib_2_0_la-goption.lo
  CC       libglib_2_0_la-gpattern.lo
  CC       libglib_2_0_la-gpoll.lo
  CC       libglib_2_0_la-gprimes.lo
  CC       libglib_2_0_la-gqsort.lo
  CC       libglib_2_0_la-gquark.lo
  CC       libglib_2_0_la-gqueue.lo
  CC       libglib_2_0_la-grand.lo
  CC       libglib_2_0_la-gregex.lo
  CC       libglib_2_0_la-gscanner.lo
  CC       libglib_2_0_la-gsequence.lo
  CC       libglib_2_0_la-gshell.lo
  CC       libglib_2_0_la-gslice.lo
  CC       libglib_2_0_la-gslist.lo
  CC       libglib_2_0_la-gstdio.lo
  CC       libglib_2_0_la-gstrfuncs.lo
gstrfuncs.c:874: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
gstrfuncs.c:986: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
  CC       libglib_2_0_la-gstring.lo
  CC       libglib_2_0_la-gstringchunk.lo
  CC       libglib_2_0_la-gtestutils.lo
gtestutils.c: In function 'test_trap_clear':
gtestutils.c:2493: warning: dereferencing pointer '_pp' does break strict-aliasing rules
gtestutils.c:2493: note: initialized from here
gtestutils.c:2494: warning: dereferencing pointer '_pp' does break strict-aliasing rules
gtestutils.c:2494: note: initialized from here
gtestutils.c:2495: warning: dereferencing pointer '_pp' does break strict-aliasing rules
gtestutils.c:2495: note: initialized from here
gtestutils.c: In function 'wait_for_child':
gtestutils.c:2682: warning: dereferencing pointer '_pp' does break strict-aliasing rules
gtestutils.c:2682: note: initialized from here
gtestutils.c:2683: warning: dereferencing pointer '_pp' does break strict-aliasing rules
gtestutils.c:2683: note: initialized from here
gtestutils.c: In function 'g_test_run_suite_internal':
gtestutils.c:2117: warning: dereferencing pointer '_pp' does break strict-aliasing rules
gtestutils.c:2117: note: initialized from here
gtestutils.c:2144: warning: dereferencing pointer '_pp' does break strict-aliasing rules
gtestutils.c:2144: note: initialized from here
  CC       libglib_2_0_la-gthread.lo
  CC       libglib_2_0_la-gthreadpool.lo
  CC       libglib_2_0_la-gtimer.lo
  CC       libglib_2_0_la-gtimezone.lo
  CC       libglib_2_0_la-gtranslit.lo
  CC       libglib_2_0_la-gtrashstack.lo
  CC       libglib_2_0_la-gtree.lo
  CC       libglib_2_0_la-guniprop.lo
  CC       libglib_2_0_la-gutf8.lo
  CC       libglib_2_0_la-gunibreak.lo
  CC       libglib_2_0_la-gunicollate.lo
  CC       libglib_2_0_la-gunidecomp.lo
  CC       libglib_2_0_la-gurifuncs.lo
  CC       libglib_2_0_la-gutils.lo
gutils.c:2085: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
gutils.c:2221: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
  CC       libglib_2_0_la-gvariant.lo
  CC       libglib_2_0_la-gvariant-core.lo
  CC       libglib_2_0_la-gvariant-parser.lo
  CC       libglib_2_0_la-gvariant-serialiser.lo
  CC       libglib_2_0_la-gvarianttypeinfo.lo
  CC       libglib_2_0_la-gvarianttype.lo
  CC       libglib_2_0_la-gversion.lo
  CC       libglib_2_0_la-gwakeup.lo
  CC       libglib_2_0_la-gprintf.lo
  CC       libglib_2_0_la-glib-unix.lo
  CC       libglib_2_0_la-gthread-posix.lo
  CC       giounix.lo
  CC       gspawn.lo
  CCLD     libglib-2.0.la
  CC       gtester.o
  CCLD     gtester
  GEN      glib-public-headers.txt
make[4]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib'
Making all in tests
make[4]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib/tests'
make  all-am
make[5]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib/tests'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib/tests'
make[4]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib/tests'
make[3]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib'
make[2]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/glib'
Making all in gmodule
make[2]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gmodule'
make  all-am
make[3]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gmodule'
  CC       libgmodule_2_0_la-gmodule.lo
  CCLD     libgmodule-2.0.la
make[3]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gmodule'
make[2]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gmodule'
Making all in gthread
make[2]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gthread'
make  all-am
make[3]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gthread'
  CC       libgthread_2_0_la-gthread-impl.lo
  CCLD     libgthread-2.0.la
make[3]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gthread'
make[2]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gthread'
Making all in gobject
make[2]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gobject'
make  all-recursive
make[3]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gobject'
Making all in .
make[4]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gobject'
  CC       libgobject_2_0_la-gatomicarray.lo
gcc: /c3se/users/froslev/Glenn/lib/include: linker input file unused because linking not done
  CC       libgobject_2_0_la-gbinding.lo
gcc: /c3se/users/froslev/Glenn/lib/include: linker input file unused because linking not done
  CC       libgobject_2_0_la-gboxed.lo
gcc: /c3se/users/froslev/Glenn/lib/include: linker input file unused because linking not done
  CC       libgobject_2_0_la-gclosure.lo
gcc: /c3se/users/froslev/Glenn/lib/include: linker input file unused because linking not done
  CC       libgobject_2_0_la-genums.lo
gcc: /c3se/users/froslev/Glenn/lib/include: linker input file unused because linking not done
  CC       libgobject_2_0_la-gmarshal.lo
gcc: /c3se/users/froslev/Glenn/lib/include: linker input file unused because linking not done
  CC       libgobject_2_0_la-gobject.lo
gobject.c: In function 'object_floating_flag_handler':
gobject.c:2782: warning: dereferencing type-punned pointer will break strict-aliasing rules
gobject.c:2782: warning: dereferencing type-punned pointer will break strict-aliasing rules
gobject.c:2788: warning: dereferencing type-punned pointer will break strict-aliasing rules
gobject.c:2788: warning: dereferencing type-punned pointer will break strict-aliasing rules
gcc: /c3se/users/froslev/Glenn/lib/include: linker input file unused because linking not done
  CC       libgobject_2_0_la-gparam.lo
gcc: /c3se/users/froslev/Glenn/lib/include: linker input file unused because linking not done
  CC       libgobject_2_0_la-gparamspecs.lo
gcc: /c3se/users/froslev/Glenn/lib/include: linker input file unused because linking not done
  CC       libgobject_2_0_la-gsignal.lo
gcc: /c3se/users/froslev/Glenn/lib/include: linker input file unused because linking not done
  CC       libgobject_2_0_la-gsourceclosure.lo
gcc: /c3se/users/froslev/Glenn/lib/include: linker input file unused because linking not done
  CC       libgobject_2_0_la-gtype.lo
gcc: /c3se/users/froslev/Glenn/lib/include: linker input file unused because linking not done
  CC       libgobject_2_0_la-gtypemodule.lo
gcc: /c3se/users/froslev/Glenn/lib/include: linker input file unused because linking not done
  CC       libgobject_2_0_la-gtypeplugin.lo
gcc: /c3se/users/froslev/Glenn/lib/include: linker input file unused because linking not done
  CC       libgobject_2_0_la-gvalue.lo
gcc: /c3se/users/froslev/Glenn/lib/include: linker input file unused because linking not done
  CC       libgobject_2_0_la-gvaluearray.lo
gvaluearray.c: In function 'g_value_array_prepend':
gvaluearray.c:230: warning: 'g_value_array_insert' is deprecated (declared at gvaluearray.h:84)
gvaluearray.c: In function 'g_value_array_append':
gvaluearray.c:253: warning: 'g_value_array_insert' is deprecated (declared at gvaluearray.h:84)
gcc: /c3se/users/froslev/Glenn/lib/include: linker input file unused because linking not done
  CC       libgobject_2_0_la-gvaluetransform.lo
gcc: /c3se/users/froslev/Glenn/lib/include: linker input file unused because linking not done
  CC       libgobject_2_0_la-gvaluetypes.lo
gcc: /c3se/users/froslev/Glenn/lib/include: linker input file unused because linking not done
  CCLD     libgobject-2.0.la
  CC       gobject-query.o
  CCLD     gobject-query
  CC       glib-genmarshal.o
  CCLD     glib-genmarshal
  GEN      gobject-public-headers.txt
make[4]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gobject'
Making all in tests
make[4]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gobject/tests'
make  all-am
make[5]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gobject/tests'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gobject/tests'
make[4]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gobject/tests'
make[3]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gobject'
make[2]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gobject'
Making all in gio
make[2]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gio'
  GEN      gconstructor_as_data.h
  GEN      gdbus-daemon-generated.c
make  all-recursive
make[3]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gio'
Making all in gdbus-2.0/codegen
make[4]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gio/gdbus-2.0/codegen'
make  all-am
make[5]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gio/gdbus-2.0/codegen'
  GEN      gdbus-codegen
make[5]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gio/gdbus-2.0/codegen'
make[4]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gio/gdbus-2.0/codegen'
Making all in xdgmime
make[4]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gio/xdgmime'
make  all-am
make[5]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gio/xdgmime'
  CC       libxdgmime_la-xdgmime.lo
  CC       libxdgmime_la-xdgmimealias.lo
  CC       libxdgmime_la-xdgmimecache.lo
  CC       libxdgmime_la-xdgmimeglob.lo
  CC       libxdgmime_la-xdgmimeicon.lo
  CC       libxdgmime_la-xdgmimeint.lo
  CC       libxdgmime_la-xdgmimemagic.lo
  CC       libxdgmime_la-xdgmimeparent.lo
  CCLD     libxdgmime.la
make[5]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gio/xdgmime'
make[4]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gio/xdgmime'
Making all in inotify
make[4]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gio/inotify'
make  all-am
make[5]: Entering directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gio/inotify'
  CC       libinotify_la-inotify-kernel.lo
  CC       libinotify_la-inotify-sub.lo
  CC       libinotify_la-inotify-path.lo
  CC       libinotify_la-inotify-missing.lo
  CC       libinotify_la-inotify-helper.lo
  CC       libinotify_la-ginotifyfilemonitor.lo
  CC       libinotify_la-ginotifydirectorymonitor.lo
In file included from ../../gio/gio.h:164,
                 from ../../gio/gunixmounts.h:24,
                 from ../../gio/glocaldirectorymonitor.h:26,
                 from ginotifydirectorymonitor.h:29,
                 from ginotifydirectorymonitor.c:26:
../../gio/glistmodel.h:36: error: redefinition of typedef 'GListModel'
../../gio/giotypes.h:64: note: previous declaration of 'GListModel' was here
In file included from ../../gio/gio.h:165,
                 from ../../gio/gunixmounts.h:24,
                 from ../../gio/glocaldirectorymonitor.h:26,
                 from ginotifydirectorymonitor.h:29,
                 from ginotifydirectorymonitor.c:26:
../../gio/gliststore.h:36: error: redefinition of typedef 'GListStore'
../../gio/giotypes.h:65: note: previous declaration of 'GListStore' was here
make[5]: *** [libinotify_la-ginotifydirectorymonitor.lo] Error 1
make[5]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gio/inotify'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gio/inotify'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gio'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0/gio'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c3se/NOBACKUP/users/froslev/src/glib-2.44.0'
make: *** [all] Error 2

Is It OK To Include Linux Man Pages In Commercial Book?

Hi everyone,

The title of the question pretty much describes it.

I am writing a commercial book and would like to know whether it is OK (as far as licensing is concerned) to include in an appendix the man pages of programs used in the book (none of which is proprietary).

The book itself will NOT be released under the GPL, but assuming I can include the man pages I understand I will need to add a copy of the GPL to the appendix as well.

Any clarification will be more than appreciated.

Thanks in advance.

Simlink Not Working

I have a user: mim that has within it a folder /mimmim and within that, a folder called
/Src. user: mim has root privileges.

There is an Install file in /home/mim/ that uses a file in /Src called pgp.h. pgp.h references a file /openssl/opensslv.h. The opensslv.h is actually in the newer openssl installations he /usr/local/ssl/include/openssl/

I tried to do a 'sudo ln -s /usr/local/ssl/include/openssl openssl' from /home/mim/, as well as from within the /home/mim/mimmim/ and from within /home/mim/mimmim/Src/. I still get this error however:

pgp.h:16:30: fatal error: openssl/opensslv.h: No such file or directory
compilation terminated.

I guess I am not sim linking correctly.

Which Perl Module To Include To Use String Length Function?

HI all,
I'm writing a perl script to automate VM UUID transformation into a format used by our ServiceNow CMDB/discovery.

Anyone know which perl module to include to use the string length function?

Alternately, how would I determine which perl modules exist that are available to include, vs. which functions each module contains?

thanks in advance,
Tracy Wiseman, software engineer, Silicon Valley

Have Done So Far. The More Detail You Include The More We Can Help. You Should Also U

have done so far. The more detail you include the more we can help. You should also use the board's search feature to ensure that Thanks

---------- Post added 05-30-15 at 09:02 PM ----------

ok thanks