Re: [naviserver-devel] compilation error

2012-02-15 Thread Kulcsár Ferenc
Dear Gustaf,

many thanks for your help. The problem is solved. I have used tcl8.6-trunk and 
it has 
"-fvisibility=hidden" in its configure script. But later I realized that with 
tcl8.6 naviserver has error messages at startup. With tcl8.5.11 the server is 
working well.

Regards,

feri

--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel


[naviserver-devel] compilation error

2012-02-13 Thread Kulcsár Ferenc
Hello!

When I compile naviserver-4.99.4 the following error occures:

gcc -shared -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC  -pipe 
-fvisibility=hidden -m64  -I../include -I"/home/feri/tanul/include"  
-DHAVE_CONFIG_H  -L../nsthread -L../nsd -L../nsdb -o libnsthread.so error.o 
master.o memory.o mutex.o cslock.o rwlock.o reentrant.o sema.o thread.o tls.o 
time.o pthread.o fork.o signal.o winthread.o   -L/home/feri/tanul/lib -ltcl8.6 
-ldl -lgcc_s  -lieee -lm  -Wl,--export-dynamic  -L/home/feri/tanul/lib 
-Wl,-rpath,:/home/feri/tanul/lib
gcc -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC  -pipe 
-fvisibility=hidden -m64  -I../include -I"/home/feri/tanul/include"  
-DHAVE_CONFIG_H   -c -o nsthreadtest.o nsthreadtest.c
/bin/rm -Rf nsthreadtest
gcc -L../nsthread -L../nsd -L../nsdb -o nsthreadtest nsthreadtest.o -lpthread  
libnsthread.so -L/home/feri/tanul/lib -ltcl8.6 -ldl -lgcc_s  -lieee -lm  
-Wl,--export-dynamic  -L/home/feri/tanul/lib -Wl,-rpath,:/home/feri/tanul/lib
nsthreadtest.o: In function `Pthread':
nsthreadtest.c:(.text+0x19): undefined reference to `Ns_TlsSet'
nsthreadtest.c:(.text+0x25): undefined reference to `Ns_MutexLock'
nsthreadtest.c:(.text+0x47): undefined reference to `Ns_CondWait'
nsthreadtest.c:(.text+0x5d): undefined reference to `Ns_MutexUnlock'
nsthreadtest.c:(.text+0x67): undefined reference to `Ns_MasterLock'
..

The compilation environment is:

$ uname -a
Linux archlap.aneder.bel 3.2.5-1-ARCH #1 SMP PREEMPT Tue Feb 7 08:34:36 CET 
2012 x86_64 Intel(R) Pentium(R) Dual CPU T2390 @ 1.86GHz GenuineIntel GNU/Linux
Archlinux

$ ./configure --prefix=/home/feri/tanul --enable-threads --enable-shared 
--with-tcl=/home/feri/tanul/lib --enable-dependency-tracking

$ make -v
GNU Make 3.82
Built for x86_64-unknown-linux-gnu

$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /build/src/gcc-4.6-20120120/configure --prefix=/usr 
--libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ 
--enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared 
--enable-threads=posix --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch 
--enable-libstdcxx-time --enable-gnu-unique-object --enable-linker-build-id 
--with-ppl --enable-cloog-backend=isl --enable-lto --enable-gold 
--enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --disable-multilib 
--disable-libssp --enable-checking=release
Thread model: posix
gcc version 4.6.2 20120120 (prerelease) (GCC) 

glibc-2.15

Any help is appreciated.

TIA

feri

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel


Re: [naviserver-devel] Release

2007-05-21 Thread Kulcsár Ferenc
On Mon, 21 May 2007 10:59:09 -0400
Mike <[EMAIL PROTECTED]> wrote:

> On 5/21/07, Bernd Eidenschink <[EMAIL PROTECTED]> wrote:
> > > Just (dist-)compiled on an Ubuntu 7.04, tomorrow I'll give it a try on a
> > > SuSE Enterprise Linux (all 32bit).
> >
> > tomorrow never dies...
> > I just dist-compiled on the SuSE Enterprise and it was all smooth jazz.
> 
> Anyone test on a FreeBSD box yet?  The last time Zoran helped me try,
> there were a couple of hickups, but we did resolve them.  Just want to
> make sure the changes made it back into the main tree.  If someone
> would like access to a FreeBSD machine, just send me a mail, and I'll
> arrange it.

On NetBSD I test it. It works like perfect, with WebDAV support. I wil test the 
compilations method on FreeBSD today.

Feri


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel


[naviserver-devel] WebDAV support

2007-05-16 Thread Kulcsár Ferenc
Hello!

Can I use naviserver as WebDAV server? Is it a WebDAV modul for naviserver? It 
is a "must have" for my compani.

Regards,
Feri


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel