Networking Forums

Networking Forums > Computer Networking > Linux Networking > Problems with Kimberlite Cluster Software on RedHat 9 Linux

Reply
Thread Tools Display Modes

Problems with Kimberlite Cluster Software on RedHat 9 Linux

 
 
Albert Trojanowski
Guest
Posts: n/a

 
      08-11-2003, 03:26 PM
Hi
I tray to build Kimberlite Cluster Software on RedHat 9 Linux
../configure run without any problems but make fails with:

....
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I.. -I../../include/
-DNDEBUG -g -O2 -W -Wall -Wstrict-prototypes -Wshadow
-DCLU_CONFIG_FILE=\"/etc/opt/cluster/cluster.conf\" -c invalidatebuffers.c
gcc -DNDEBUG -g -O2 -W -Wall -Wstrict-prototypes -Wshadow
-DCLU_CONFIG_FILE=\"/etc/opt/cluster/cluster.conf\" -o
invalidatebuffers invalidatebuffers.o -L../../src/clulib -lcluster -ldl
invalidatebuffers.o(.text+0xe8): In function `main':
/var/spool/src/kimberlite-2.0.0/src/utils/invalidatebuffers.c:128:
undefined reference to `errno'
invalidatebuffers.o(.text+0x105):/var/spool/src/kimberlite-2.0.0/src/utils/invalidatebuffers.c:121:
undefined reference to `errno'
collect2: ld returned 1 exit status
make[2]: *** [invalidatebuffers] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis
»/var/spool/src/kimberlite-2.0.0/src/utils«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis
»/var/spool/src/kimberlite-2.0.0/src«
make: *** [all-recursive] Fehler

any idea ?!

regards Trojanowski, Albert

 
Reply With Quote
 
 
 
 
greay
Guest
Posts: n/a

 
      08-12-2003, 12:23 PM
Ok folks i have it
it was only a forgoten include in " src/utils/invalidatebuffers.c"

#include <sys/errno.h>

I hope thats all

Albert Trojanowski wrote:
> Hi
> I tray to build Kimberlite Cluster Software on RedHat 9 Linux
> ./configure run without any problems but make fails with:
>
> ...
> gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I.. -I../../include/
> -DNDEBUG -g -O2 -W -Wall -Wstrict-prototypes -Wshadow
> -DCLU_CONFIG_FILE=\"/etc/opt/cluster/cluster.conf\" -c invalidatebuffers.c
> gcc -DNDEBUG -g -O2 -W -Wall -Wstrict-prototypes -Wshadow
> -DCLU_CONFIG_FILE=\"/etc/opt/cluster/cluster.conf\" -o
> invalidatebuffers invalidatebuffers.o -L../../src/clulib -lcluster -ldl
> invalidatebuffers.o(.text+0xe8): In function `main':
> /var/spool/src/kimberlite-2.0.0/src/utils/invalidatebuffers.c:128:
> undefined reference to `errno'
> invalidatebuffers.o(.text+0x105):/var/spool/src/kimberlite-2.0.0/src/utils/invalidatebuffers.c:121:
> undefined reference to `errno'
> collect2: ld returned 1 exit status
> make[2]: *** [invalidatebuffers] Fehler 1
> make[2]: Verlassen des Verzeichnisses Verzeichnis
> »/var/spool/src/kimberlite-2.0.0/src/utils«
> make[1]: *** [all-recursive] Fehler 1
> make[1]: Verlassen des Verzeichnisses Verzeichnis
> »/var/spool/src/kimberlite-2.0.0/src«
> make: *** [all-recursive] Fehler
>
> any idea ?!
>
> regards Trojanowski, Albert
>


 
Reply With Quote
 
greay
Guest
Posts: n/a

 
      08-12-2003, 12:28 PM
Ok folks i have it
it was only a forgoten include in " src/utils/invalidatebuffers.c"

#include <sys/errno.h>

I hope thats all


Albert Trojanowski wrote:
> Hi
> I tray to build Kimberlite Cluster Software on RedHat 9 Linux
> ./configure run without any problems but make fails with:
>
> ...
> gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I.. -I../../include/
> -DNDEBUG -g -O2 -W -Wall -Wstrict-prototypes -Wshadow
> -DCLU_CONFIG_FILE=\"/etc/opt/cluster/cluster.conf\" -c invalidatebuffers.c
> gcc -DNDEBUG -g -O2 -W -Wall -Wstrict-prototypes -Wshadow
> -DCLU_CONFIG_FILE=\"/etc/opt/cluster/cluster.conf\" -o
> invalidatebuffers invalidatebuffers.o -L../../src/clulib -lcluster -ldl
> invalidatebuffers.o(.text+0xe8): In function `main':
> /var/spool/src/kimberlite-2.0.0/src/utils/invalidatebuffers.c:128:
> undefined reference to `errno'
> invalidatebuffers.o(.text+0x105):/var/spool/src/kimberlite-2.0.0/src/utils/invalidatebuffers.c:121:
> undefined reference to `errno'
> collect2: ld returned 1 exit status
> make[2]: *** [invalidatebuffers] Fehler 1
> make[2]: Verlassen des Verzeichnisses Verzeichnis
> »/var/spool/src/kimberlite-2.0.0/src/utils«
> make[1]: *** [all-recursive] Fehler 1
> make[1]: Verlassen des Verzeichnisses Verzeichnis
> »/var/spool/src/kimberlite-2.0.0/src«
> make: *** [all-recursive] Fehler
>
> any idea ?!
>
> regards Trojanowski, Albert
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux cluster queue software spam.til.kasper@gmail.com Linux Networking 0 06-28-2006 11:28 AM
Problems with accessing a RedHat Linux 7.2 from outside Liviu Tudor Linux Networking 0 11-05-2004 01:24 PM
Routing not working - redhat 9 on cluster Ron Cresswell Linux Networking 2 07-25-2004 12:44 PM
RedHat Cluster Suite and Piranha Doug Farrell Linux Networking 7 04-23-2004 01:58 PM
help with setting up Linux cluster with RedHat Adv. Server Hung Ngoc Lai Linux Networking 0 12-02-2003 11:22 PM



1 2 3 4 5 6 7 8 9 10 11