login
Header Space

 
 

Mailing list archives

Search results

Found 58 matching messages (0.044 seconds). Page 1 of 3.

Re: /lib/pthread.so.2 is sought during some port compilation

... it. > > Kris > -- build log with /lib/libpthread.so.2 as a ... to `pthread_mutex_unlock@LIBTHREAD_1_0' /usr/local/lib/libicuuc.so.36: undefined reference ... to `pthread_mutex_destroy@LIBTHREAD_1_0' /usr/local/lib/libicuuc.so.36: undefined reference ...

freebsd-hackers - Yuri - Nov 28 2007 - 21:16

Re: /lib/pthread.so.2 is sought during some port compilation

... upgraded from 6.3. And /lib/libpthread.so.2 is not ... to > `pthread_mutex_destroy@LIBTHREAD_1_0' > /usr/local/lib/libicuuc.so.36: undefined reference ... 5 Try "make delete-old-libs" from /usr/src. -Garrett _______________________________________________ ...

freebsd-hackers - Garrett Cooper - Nov 28 2007 - 22:56

Re: /lib/cpp

... Don't do that, just make /lib/cpp a symbolic link to wherever ... the SLS distribution... he fixed the /lib/cpp problem (disk a4 in syssetup ... all parameters... #!/bin/sh /usr/lib/gcc-lib/i386-linux/2.3. ... in every case that when /lib/cpp is called that it ...

linux-activists - Scott W. Adkins - Jan 16 1993 - 12:34

Re: lib/csu/i386-elf - make: don't know how to make bsd.README. Stop

... 've got this: > > > echo "===> lib/csu/i386-elf"; cd /usr/ ... /csu/i386-elf; make > DIRPRFX=lib/csu/i386-elf/ depend; make ... csu/i386-elf/ all; make > DIRPRFX=lib/csu/i386-elf/ install ... code 2 > > > Actually the lib/csu/i386-elf is empty ...

dragonflybsd-bugs - Joerg Sonnenberger - Jan 22 2005 - 09:42

Re: lib/libnetgraph can't compile

... -mtune=pentiumpro -Wall -c /usr/src/lib/libnetgraph/debug.c -o debug.o :In ... /net/bpf.h:55, : from /usr/src/lib/libnetgraph/debug.c:52: :/usr/obj/usr ... Error code 1 : :Stop in /usr/src/lib/libnetgraph. :*** Error code 1 Fixed. We ...

dragonflybsd-bugs - Matthew Dillon - May 20 2006 - 12:50

Re: /lib/cpp

... in the latest SLS, imake needs /lib/cpp....well I made this ... notice that gcc never calls /lib/cpp, so the "way more" ... be sure you know what you're talking about before you waste ... /bin/imakecpp #!/bin/sh exec /lib/cpp -imake "$@" $ export IMAKECPP=/usr/ ...

linux-activists - Rick Sladkey - Jan 16 1993 - 04:50

Re: /lib/libc.2.2.2 problems

... xpuzzle or othello, I get the messages |> /lib/libc.2.2.2 |> ... the same way. Reinstall the X libs ! rab -- ======================================================================== Richard Brown | E-mail: ...

linux-activists - Duty Programmer - Aug 12 1992 - 19:53

Re: /lib/pthread.so.2 is sought during some port compilation

... for malloc_lock symbol required by > /lib/pthread.so.2. Obviously it ... .so.2 with > the new /lib/libc.so.7. > > By reading ... library has been > replaced by /lib/libthr.so. > > Why would linker ... it wrong (there is no "/lib/pthread.so.2", etc). Showing ...

freebsd-hackers - Kris Kennaway - Nov 28 2007 - 20:55

Re: /lib/pthread.so.2 is sought during some port compilation

... is upgraded from 6.3. And /lib/libpthread.so.2 is not a ... when I make it a symlink (ln -s /lib/libthr.so.3 / ... get another error, see log below. > > Some requisite libs are compiled with /lib/libpthread.so.2 (?) and now > firefox is being compiled with a ...

freebsd-hackers - Kris Kennaway - Nov 29 2007 - 04:40

Re: /lib/cpp

... ) writes: >in the latest SLS, imake needs /lib/cpp....well I made this >shell script but.....any thoughts? >-- >#!/bin/sh >/usr/lib/gcc-lib/i386-linux/2.3.3/cpp - ... $9 >-- Don't do that, just make /lib/cpp a symbolic link to wherever the ...

linux-activists - James Michael Chacon - Jan 16 1993 - 03:07

Re: /lib/cpp

... writes: >>in the latest SLS, imake needs /lib/cpp....well I made this >>shell script but.....any thoughts? >>-- >>#!/bin/sh >>/usr/lib/gcc-lib/i386-linux/2.3.3/cpp - ... $9 >Don't do that, just make /lib/cpp a symbolic link to wherever the actual ...

linux-activists - Bradley E. Smith - Jan 16 1993 - 09:19

Re: /lib/cpp

... writes: >>>in the latest SLS, imake needs /lib/cpp....well I made this >>>shell script but.....any thoughts? >>>-- >>>#!/bin/sh >>>/usr/lib/gcc-lib/i386-linux/2.3.3/cpp - ... $9 >>Don't do that, just make /lib/cpp a symbolic link to wherever the ...

linux-activists - James Michael Chacon - Jan 16 1993 - 12:56

Re: /lib/libc2.2.2

... ) The compile goes fine, but when run, it prints > > /lib/libc2.2.2 > > /lib/libm2.2.2 > > > > ... Any ideas, anyone? > > The output you are seeing is ... 0, that code prints the > required shared libs on stdout and then exits instead of ...

linux-activists - Rick Emerson - Jul 28 1992 - 18:01

Re: /lib/libc.2.2.2 problems

... xpuzzle or othello, I get the messages : /lib/libc.2.2.2 ... /lib/libm.2.2.2 : and then the program dies. : At ... and without shared libraries and /lib/libc.2.2.2 seems ... if the startup code gets re-executed. There are several things ...

linux-activists - David Engel - Aug 12 1992 - 10:17

Re: /lib/libc2.2.2

... oneko as >> > an example) The compile goes fine, but when run, it prints >> > /lib/libc2.2.2 >> > /lib/libm2.2.2 >> > >> > ... Any ideas, anyone? This is the result of using X libraries which were compiled before ...

linux-activists - Rob Hooft - Jul 29 1992 - 03:40

Re: lib/28700: Re: lib/28700: pthread_cond_timedwait() hang with "zero" absolute time

On Dec 19, 6:57pm, jtc@acorntoolworks.com (J.T. Conklin) wrote: -- Subject: lib/28700: Re: lib/28700: pthread_cond_timedwait() hang with "zer | In the enclosed patch, I've checked pthread__add_alarm() to detect ...

netbsd-tech-kern - Christos Zoulas - Dec 19 2004 - 15:11

Re: lib-y vs EXPORT_SYMBOL: who wins?

... at 03:07:44PM +1000, Rusty Russell wrote: > Various files under lib/ are linked into a .a so they only get linked if > ... the exported functions out of the .a? I am all for killing lib-y altogether. But do not want to sacrify kernel bloat for this. ...

linux-kernel - Sam Ravnborg - Sep 25 2007 - 02:13

Re: LIBS?

On Thu, 28 Aug 2008 10:49:11 +0500 Shaz wrote: > Hi, > > Whats the difference between /lib and /usr/lib? Apart from this what > make or gcc variables should we use to set these? > This seems to cover it: http://en. ...

linux-kernel-newbies - Martyn Welch - Aug 28 2008 - 03:25

Re: LIBS?

... > On Thu, 28 Aug 2008 10:49:11 +0500 > Shaz wrote: > >> Hi, >> >> Whats the difference between /lib and /usr/lib? Apart from this what >> make or gcc variables should we use to set these? >> > > This seems to cover it: > > ...

linux-kernel-newbies - Shaz - Aug 28 2008 - 23:42

Re: lib/28700: Re: lib/28700: pthread_cond_timedwait() hang with "zero" absolute time

... 20, 4:58am, abuse@spamalicious.com ("Charles M. Hannum") wrote: -- Subject: Re: lib/28700: Re: lib/28700: pthread_cond_timedwait() hang with | This sort of problem has been discussed before, and your patch is *not ...

netbsd-tech-kern - Christos Zoulas - Dec 20 2004 - 09:45

speck-geostationary