You can subscribe to this list here.
2011 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Saurabh G. <skg...@gm...> - 2011-07-18 05:24:48
|
Hi All, I need to know that is their any support for subtemplate multilist in libIPfix library. Or any other information regarding this will be helpful. Thanks Saurabh |
From: Arvind N <Arv...@ci...> - 2011-02-24 05:26:22
|
Hi, I see the below error when I am doing a -lmisc during static linking of libmisc.a to my shared lib... /usr/bin/ld: ./../lib/libmisc.a(getopt.o): relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC ./../lib/libmisc.a: could not read symbols: Bad value Any thoughts... ~A |
From: Arvind N <Arv...@ci...> - 2011-02-16 09:50:26
|
Hi, Just wanted to know if anyone has tried to compile libipfix on windows ?? .. any hints on the probable porting issues.. Thanks Arvind |
From: Arvind N <Arv...@ci...> - 2011-02-15 13:34:28
|
Well found the issue... the config.guess seems be an old one in libipfix_110209... replaced it with the latest one and ./configure moves along without issues.. Hope this info helps someone working on amd64 ~a > -----Original Message----- > From: Arvind N [mailto:Arv...@ci...] > Sent: Tuesday, February 15, 2011 6:01 PM > To: lib...@li... > Subject: [Libipfix-users] Issue with ./configure in version > libipfix_110209 in freebsd amd64 box > > Hi, > When I was trying to get it to compile on my development box > (freebsd) the ./configure seems to have a problem with some outputs of > some commands. I am not able to understand why it forms a string like > shown below in the error. > > root@arvind_servicevm > /home/reguser/libs/newLibIpFix/libipfix_110209#./configure > checking build system type... Invalid configuration `amd64-unknown- > freebsd6.3': machine `amd64-unknown' not recognized > configure: error: /usr/local/bin/bash config/config.sub amd64-unknown- > freebsd6.3 failed > > but I can force it to work if I say #./configure x86_64 > > Narrowed down to the value $ac_build_alias gets assigned to in > configure but not able to figure out how it is getting this complex XX- > XX-XX string ... > > Any thoughts would be helpful... > > Thanks > Arvind > > > ----------------------------------------------------------------------- > ------- > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio > XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > Libipfix-users mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libipfix-users |
From: Arvind N <Arv...@ci...> - 2011-02-15 12:43:23
|
Hi, When I was trying to get it to compile on my development box (freebsd) the ./configure seems to have a problem with some outputs of some commands. I am not able to understand why it forms a string like shown below in the error. root@arvind_servicevm /home/reguser/libs/newLibIpFix/libipfix_110209#./configure checking build system type... Invalid configuration `amd64-unknown-freebsd6.3': machine `amd64-unknown' not recognized configure: error: /usr/local/bin/bash config/config.sub amd64-unknown-freebsd6.3 failed but I can force it to work if I say #./configure x86_64 Narrowed down to the value $ac_build_alias gets assigned to in configure but not able to figure out how it is getting this complex XX-XX-XX string ... Any thoughts would be helpful... Thanks Arvind |