discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Yet another error in compilation/Dependency problems


From: Dennis Leeuw
Subject: Re: Yet another error in compilation/Dependency problems
Date: Thu, 12 Oct 2000 19:41:30 +0200

Hi all,

An strace of make_services in:
/usr/src/gstep-001011/gui/Tools/shared_obj/ix86/linux-gnu/gnu-gnu-gnu-xgps

shows the following:

execve("./make_services", ["./make_services"], [/* 29 vars */]) = 0
brk(0)                                  = 0x8050034
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_ISVTX|0247, st_size=0, ...}) = 0
mmap(0, 14336, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40014000
close(3)                                = 0
open("/lib/i586/libgnustep-base.so.0", O_RDONLY) = -1 ENOENT (No such
file or
directory)
stat("/lib/i586", 0xbffff3ac)           = -1 ENOENT (No such file or
directory)
open("/lib/libgnustep-base.so.0", O_RDONLY) = -1 ENOENT (No such file or
directory)
stat("/lib", {st_mode=0, st_size=0, ...}) = 0
open("/usr/lib/i586/libgnustep-base.so.0", O_RDONLY) = -1 ENOENT (No
such file or
directory)
stat("/usr/lib/i586", 0xbffff3ac)       = -1 ENOENT (No such file or
directory)
open("/usr/lib/libgnustep-base.so.0", O_RDONLY) = -1 ENOENT (No such
file or
directory)
stat("/usr/lib", {st_mode=0, st_size=0, ...}) = 0
write(2, "./make_services", 15./make_services)         = 15
write(2, ": error in loading shared librar"..., 37: error in loading
shared
libraries: ) = 37
write(2, "libgnustep-base.so.0", 20libgnustep-base.so.0)    = 20
write(2, ": ", 2: )                       = 2
write(2, "cannot open shared object file", 30cannot open shared object
file) = 30
write(2, ": ", 2: )                       = 2
write(2, "No such file or directory", 25No such file or directory) = 25
write(2, "\n", 1
)                       = 1
_exit(127)                              = ?


Seems like it is looking in the wrong place for libgnustep-base.so.0

Greetings,

Dennis

Attachment: dleeuw.vcf
Description: Card for Dennis Leeuw


reply via email to

[Prev in Thread] Current Thread [Next in Thread]