error building kernel: nfs_clvfsops.o: In function `nfs_mount':, nfs_clvfsops.c:(.text+0x1638): undefined reference to `nfs_diskless_valid'

2011-04-26 Thread O. Hartmann
vers.c linking kernel nfs_clvfsops.o: In function `nfs_mount': nfs_clvfsops.c:(.text+0x1638): undefined reference to `nfs_diskless_valid' nfs_clvfsops.c:(.text+0x1652): undefined reference to `nfsv3_diskless' nfs_clvfsops.c:(.text+0x1658): undefined reference to `nfsv3_diskless' nfs_clvfsops.c

Re: error building kernel: nfs_clvfsops.o: In function `nfs_mount':, nfs_clvfsops.c:(.text+0x1638): undefined reference to `nfs_diskless_valid'

2011-04-26 Thread Rick Macklem
vers.c linking kernel nfs_clvfsops.o: In function `nfs_mount': nfs_clvfsops.c:(.text+0x1638): undefined reference to `nfs_diskless_valid' nfs_clvfsops.c:(.text+0x1652): undefined reference to `nfsv3_diskless' nfs_clvfsops.c:(.text+0x1658): undefined reference to `nfsv3_diskless' nfs_clvfsops.c

Heads up: was Re: error building kernel: nfs_clvfsops.o: In function `nfs_mount':, nfs_clvfsops.c:(.text+0x1638): undefined reference to `nfs_diskless_valid'

2011-04-26 Thread Rick Macklem
-protector -Werror vers.c linking kernel nfs_clvfsops.o: In function `nfs_mount': nfs_clvfsops.c:(.text+0x1638): undefined reference to `nfs_diskless_valid' nfs_clvfsops.c:(.text+0x1652): undefined reference to `nfsv3_diskless' nfs_clvfsops.c:(.text+0x1658): undefined reference

Re: Heads up: was Re: error building kernel: nfs_clvfsops.o: In function `nfs_mount':, nfs_clvfsops.c:(.text+0x1638): undefined reference to `nfs_diskless_valid'

2011-04-26 Thread O. Hartmann
-fstack-protector -Werror vers.c linking kernel nfs_clvfsops.o: In function `nfs_mount': nfs_clvfsops.c:(.text+0x1638): undefined reference to `nfs_diskless_valid' nfs_clvfsops.c:(.text+0x1652): undefined reference to `nfsv3_diskless' nfs_clvfsops.c:(.text+0x1658): undefined reference to `nfsv3_diskless

cups-base: undefined reference to `_httpBIOMethods'

2011-02-26 Thread Per olof Ljungmark
-lcrypto -pthread -lm -lcrypt \ client.o(.text+0x1989): In function `encrypt_client': /usr/ports/print/cups-base/work/cups-1.4.6/scheduler/client.c:3183: undefined reference to `_httpBIOMethods' gmake[1]: *** [cupsd] Error 1 gmake[1]: Leaving directory `/usr/ports/print/cups-base/work/cups-1.4.6

Re: cups-base: undefined reference to `_httpBIOMethods'

2011-02-26 Thread Per olof Ljungmark
\ client.o(.text+0x1989): In function `encrypt_client': /usr/ports/print/cups-base/work/cups-1.4.6/scheduler/client.c:3183: undefined reference to `_httpBIOMethods' gmake[1]: *** [cupsd] Error 1 gmake[1]: Leaving directory `/usr/ports/print/cups-base/work/cups-1.4.6/scheduler' gmake: *** [all

/usr/lib/libpthread.so: undefined reference to `__pselect'

2010-07-23 Thread claudiu vasadi
Hello fellas, Lately, most compile from ports end up with the following: /usr/lib/libpthread.so: undefined reference to `__pselect' followed by the port exit error. Ex for jdk: gcc -g -c -o launcher.o launcher.c -m32 -march=i586 -I/usr/ports/java/jdk16/work/hotspot/src/os/bsd/launcher

libneon.so: undefined reference to `SSL_SESSION_cmp'

2010-06-23 Thread Ewald Jenisch
sound_juicer-gconf-bridge.o CC sound_juicer-egg-play-preview.o CC sound_juicer-bacon-message-connection.o CXXLD sound-juicer /usr/local/lib/libneon.so: undefined reference to `SSL_SESSION_cmp' gmake[2]: *** [sound-juicer] Error 1 gmake[2]: Leaving directory `/usr/ports/audio/sound-juicer

Sporadic error message rebuilding some ports: undefined reference to `copysignl'

2010-04-26 Thread Yuri
I see this message here and there. Once it came up during compile, I figured out that an extra gcc option '-lm' (explicitely adding libm) helps. Now devel/ddd fails in configure. But when I go into the directory and rerun configure with the same options by hand it succeeds. Do you see such

Undefined reference to pthread_equal when compiling ports

2007-05-26 Thread David LeCount
Various ports that depend on Perl are coming up with the error in the subject when I try to upgrade them. I've tried a portupgrade -fR [package] and even portupgrade -fRra and it's not fixing the undefined reference. I've cvsupped several times, including the base system. I don't see anything

Re: undefined reference to environ

2007-04-19 Thread Lowell Gilbert
Desai, Rajesh [EMAIL PROTECTED] writes: Hi, when i link my application witj -lc (libc). i get the following errors /usr/lib/libc.a(getenv.o): In function `getenv': getenv.o(.text+0x19): undefined reference to `environ' getenv.o(.text+0x29): undefined reference to `environ' getenv.o(.text

undefined reference to environ

2007-04-18 Thread Desai, Rajesh
Hi, when i link my application witj -lc (libc). i get the following errors /usr/lib/libc.a(getenv.o): In function `getenv': getenv.o(.text+0x19): undefined reference to `environ' getenv.o(.text+0x29): undefined reference to `environ' getenv.o(.text+0x63): undefined reference to `environ' /usr

Re: R 2.3.0 fails to compile: undefined reference to `R_running_as_main_program'

2006-05-06 Thread Christopher Illies
-export-dynamic -L/usr/local/lib -o R.bin Rmain.o -L../.. /lib -lR Rmain.o(.text+0x14): In function `main': : undefined reference to `R_running_as_main_program' *** Error code 1 No solution here, instead I am having the same problem, running 6.1-RC. If you found a solution, could you

Re: R 2.3.0 fails to compile: undefined reference to `R_running_as_main_program'

2006-05-05 Thread Eric van Gyzen
Rmain.o(.text+0x14): In function `main': : undefined reference to `R_running_as_main_program' *** Error code 1 No solution here, instead I am having the same problem, running 6.1-RC. If you found a solution, could you please post it here? You can work around this problem by removing R 2.2.1

Re: R 2.3.0 fails to compile: undefined reference to `R_running_as_main_program'

2006-05-04 Thread Christopher Illies
): In function `main': : undefined reference to `R_running_as_main_program' *** Error code 1 No solution here, instead I am having the same problem, running 6.1-RC. If you found a solution, could you please post it here? Christopher ___ freebsd-questions

R 2.3.0 fails to compile: undefined reference to `R_running_as_main_program'

2006-05-02 Thread Vittorio
. `Makedeps' is up to date. `stamp-lo' is up to date. `Makedeps' is up to date. /usr/ports/math/R/work/R-2.3.0/lib/libR.so is unchanged cc -export-dynamic -L/usr/local/lib -o R.bin Rmain.o -L../.. /lib -lR Rmain.o(.text+0x14): In function `main': : undefined reference to `R_running_as_main_program

Re: linker error: undefined reference to [EMAIL PROTECTED]

2006-04-14 Thread Kris Kennaway
.6 When i linked to libc.so.6 the undefined reference errors for __ctype_b were gone. How to correctly build a linux binary? chroot to /compat/linux, so that no FreeBSD files are visible. You will need to install the linux_devtools port to provide linux versions of the compiler toolchain

Re: linker error: undefined reference to [EMAIL PROTECTED]

2006-04-14 Thread Premal Mishra
Hi Kris, I was trying to build a linux binary but seems doing it the wrong way. Problem is: I want to use a library which is built for linux. So i did the following: 1. cd /compat/linux 2. linked /compat/linux/lib/libc.so.6 When i linked to libc.so.6 the undefined reference errors

linker error: undefined reference to [EMAIL PROTECTED]

2006-04-13 Thread Premal Mishra
Hi , Am gettin a linker error: in /compat/linux/lib/libc.so.6: undefined reference to [EMAIL PROTECTED] Also, there were many other similar listimgs with suffixes @GLIBC_2.2, @GLIBC_2.0 Which library conatins these missing definitions!!! Regards Premal

Re: linker error: undefined reference to [EMAIL PROTECTED]

2006-04-13 Thread Kris Kennaway
On Fri, Apr 14, 2006 at 02:34:03AM +0530, Premal Mishra wrote: Hi , Am gettin a linker error: in /compat/linux/lib/libc.so.6: undefined reference to [EMAIL PROTECTED] Also, there were many other similar listimgs with suffixes @GLIBC_2.2, @GLIBC_2.0 Which library conatins

Linker Error: undefined reference to __ctype_b

2006-04-10 Thread Premal Mishra
Hi, Am tryin to compile a C program which uses 3rd party library. I get the following error during linking: undefined reference to __ctype_b and this error comes up for many more names. Whats may be the problem ? Regards, Premal. ___ freebsd

Re: Linker Error: undefined reference to __ctype_b

2006-04-10 Thread Kris Kennaway
On Mon, Apr 10, 2006 at 11:33:25AM +0530, Premal Mishra wrote: Hi, Am tryin to compile a C program which uses 3rd party library. I get the following error during linking: undefined reference to __ctype_b and this error comes up for many more names. Whats may be the problem ? It's

Re: Linker Error: undefined reference to __ctype_b

2006-04-10 Thread Mikko Työläjärvi
On Mon, 10 Apr 2006, Premal Mishra wrote: Hi, Am tryin to compile a C program which uses 3rd party library. I get the following error during linking: undefined reference to __ctype_b and this error comes up for many more names. Whats may be the problem ? Without additional information

Re: Linker Error: undefined reference to __ctype_b

2006-04-10 Thread Premal Mishra
the following error during linking: undefined reference to __ctype_b and this error comes up for many more names. Whats may be the problem ? Without additional information, I'd say you are trying to link against a linux library. You are presumably running FreeBSD, so that is not likely

Re: Linker Error: undefined reference to __ctype_b

2006-04-10 Thread Kris Kennaway
On Mon, Apr 10, 2006 at 12:28:26PM +0530, Premal Mishra wrote: Hi, Ya, am trying to link against a linux library on FreeBSD. Is it not possible to use it? You cannot mix and match FreeBSD and Linux libraries. You can however *run* your pre-compiled Linux binary, and it is possible to also

/compat/linux undefined reference GLIBC

2006-02-13 Thread Gareth Reeves
but I am having problems building against them. I get a bunch of the following errors /opt/ito33/lib/libitoihg.so: undefined reference to [EMAIL PROTECTED]' /opt/ito33/lib/libitoihg.so: undefined reference to [EMAIL PROTECTED]' /opt/ito33/lib/libitoihg.so: undefined reference to [EMAIL PROTECTED

freebsd kernel 'make' failed : undefined reference to...

2005-02-25 Thread Jamie Ann P. Zamodio
/../../netinet/tcp_usrreq.c(text+0xfa5): undefined reference to 'tcpstat' The error repeats for other tcp*.o files, like tcp_output.o, tcp_subr.o, tcp_timer.o, and even in6_proto.o. There are undefined references to 'tcp_mssopt', 'tcp_delack_enabled', 'tcp_ccgen', 'tcb', 'tcbinfo', 'M_TSEGQ', 'tcp_mss

Re: freebsd kernel 'make' failed : undefined reference to...

2005-02-25 Thread Jonathan Chen
: tcp_usrreq.o: In function 'tcp6_connect': /usr/src/sys/compile/MYKERNEL/../../netinet/tcp_usrreq.c(text+0xfa5): undefined reference to 'tcpstat' The obvious answer is that you've stuffed up your kernel-config file. Why don't you start with a copy of the GENERIC file and *gradually* trim your

Re: freebsd kernel 'make' failed : undefined reference to...

2005-02-25 Thread Jason Henson
'tcp6_connect': /usr/src/sys/compile/MYKERNEL/../../netinet/tcp_usrreq.c(text+0xfa5): undefined reference to 'tcpstat' The error repeats for other tcp*.o files, like tcp_output.o, tcp_subr.o, tcp_timer.o, and even in6_proto.o. There are undefined references to 'tcp_mssopt', 'tcp_delack_enabled

gcc linking: undefined reference to '__gnu_norm::...' ?

2005-01-23 Thread spam maps
::_List_iteratorBranch, Branch const)': /usr/include/c++/3.4/bits/locale_facets.tcc:2443: undefined reference to `__gnu_norm::_List_node_base::hook(__gnu_norm::_List_node_base*)' BranchList.o(.gnu.linkonce.t._ZN10__gnu_norm4listI6BranchSaIS1_EE8_M_eraseENS_14_List_iteratorIS1_EE+0xd): In function

undefined reference to 'ngettext'

2004-06-18 Thread Marco Beishuizen
I'm trying to install xfce4 as my desktop manager on FreeBSD 4.10-STABLE. But when I try this from the ports I get an error message (this actually happens when I try to install everything that needs GTK so not only xfce4): ... ./.libs/libgdk_pixbuf-2.0.so: undefined reference to 'ngettext

libxml2.so undefined reference to `pthread_equal' and pthread_once

2004-03-11 Thread jimmie james
-2.0 -lXrandr -lXi -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lintl -Wl,--rpath -Wl,/usr/X11R6/lib /usr/local/lib/libxml2.so: undefined reference

Re: libxml2.so undefined reference to `pthread_equal' and pthread_once

2004-03-11 Thread Ceri Davies
/lib/libxml2.so: undefined reference to `pthread_equal' /usr/local/lib/libxml2.so: undefined reference to `pthread_once -- pgp0.pgp Description: PGP signature

linking kernelasr.o: In function `asr_attach': asr.o(.text+0x21d5): undefined reference to `osrelease' asr.o: In function `asr_ioctl': asr.o(.text+0x37d0): undefined reference to `osrelease' asr.o(.text+0x37da): undefined reference to `osrelease' iir_ctrl.o: In function `iir_ioctl': iir_ctrl.o(.text+0x212): undefined reference to `osrelease' iir_ctrl.o(.text+0x21d): undefined reference to `osrelease' iir_ctrl.o(.text+0x225): more undefined references to `osrelease' followiir_ctrl.o: In function `iir_ioctl': iir_ctrl.o(.text+0x257): undefined reference to `ostype' imgact_elf.o: In function `elf_corehdr': imgact_elf.o(.text+0xfac): undefined reference to `osreldate' kern_mib.o(.data+0x310): undefined reference to `osrelease' kern_mib.o(.data+0x390): undefined reference to `version' kern_mib.o(.data+0x3d0): undefined reference to `ostype' kern_mib.o(.data+0x410): undefined reference to `osreldate' kern_sysctl.o: In function `ogetkerninfo': kern_sysctl.o(.text+0x160c): undefined reference to `ostype' kern_sysctl.o(.text+0x1638): undefined reference to `osrelease' kern_xxx.o: In function `uname': kern_xxx.o(.text+0x1b9): undefined reference to `version' kern_xxx.o(.text+0x1c2): undefined reference to `version' undefined reference to `osrelease'

2003-12-20 Thread bmiller
to date. World completed, but kernel compile bombs on make all with: linking kernel asr.o: In function `asr_attach': asr.o(.text+0x21d5): undefined reference to `osrelease' asr.o: In function `asr_ioctl': asr.o(.text+0x37d0): undefined reference to `osrelease' asr.o(.text+0x37da): undefined reference

undefined reference to `_getopt_internal' when doing 'make buildw orld'

2003-11-11 Thread Loh John Wu
Hello, I'm getitng this error when I try to a make buildworld on a 4.7-RELEASE tree. It's very strange because both getopt.c and getopt1.c have the same reference to _getopt_internal but only getopt1.c has an undefined reference to it, see below: /src/gnu/usr.bin/gperf/../../../contrib/gperf/lib

WinModem (ltmdm) on FreeBSD 5.1 - undefined reference.

2003-11-08 Thread Lorin Lund
I made /usr/ports/comms/ltmdm and installed it. But it won't load. It gets an error. It reports suers_td being undefined. Is this a problem with the port or do I need to build a custom kernel? __ Do you Yahoo!? Protect your identity with Yahoo! Mail

Re: WinModem (ltmdm) on FreeBSD 5.1 - undefined reference.

2003-11-08 Thread Alex de Kruijff
On Sat, Nov 08, 2003 at 11:53:08AM -0800, Lorin Lund wrote: I made /usr/ports/comms/ltmdm and installed it. But it won't load. It gets an error. It reports suers_td being undefined. Is this a problem with the port or do I need to build a custom kernel? I just tried it out. The port

Re: WinModem (ltmdm) on FreeBSD 5.1 - undefined reference.

2003-11-08 Thread Alex de Kruijff
On Sun, Nov 09, 2003 at 01:32:01AM +0100, Alex de Kruijff wrote: On Sat, Nov 08, 2003 at 11:53:08AM -0800, Lorin Lund wrote: I made /usr/ports/comms/ltmdm and installed it. But it won't load. It gets an error. It reports suers_td being undefined. Is this a problem with the port or

freebsd 5.1-current - buildkernel udbp.o undefined reference

2003-11-06 Thread Ken Easson
-Werror vers.c linking kernel udbp.o: In function `udbp_attach': udbp.o(.text+0x43a): undefined reference to `ng_newtype' udbp.o(.text+0x468): undefined reference to `ng_make_node_common' udbp.o(.text+0x4af): undefined reference to `ng_name_node' udbp.o(.text+0x4ee): undefined reference to `dumpnode

Re: freebsd 5.1-current - buildkernel udbp.o undefined reference

2003-11-06 Thread Lowell Gilbert
Ken Easson [EMAIL PROTECTED] writes: I've tried a million things, searched google till my fingers bled, problem in netgraph? but how to fix? You haven't included netgraph. Given that the udbp manual page says that netgraph is required for udbp, that would seem to be a problem.

undefined reference

2003-06-12 Thread Steve Bertrand
Hi all, Here late trying to upgrade 4.3 RELENG_4 and getting an error that does not seem to be solved anywhere. (at least with a solid answer). I was getting the error while # make buildworld while doing the games, but I moved that directory, and the same error occurs: undefined reference

Re: undefined reference to 'pthread_detach'

2003-03-09 Thread Martin Kulas
On Sat, Mar 08, 2003 at 05:55:58AM -0500, Aaron Walker wrote: I was writing a little test threads program, and when I try to compile I get this: ka0ttic :~/code$gcc -o mttest mttest.c -lpthread /tmp/cco18ppz.o: In function `thread_func': /tmp/cco18ppz.o(.text+0xd2): undefined reference

undefined reference to 'pthread_detach'

2003-03-08 Thread Aaron Walker
I was writing a little test threads program, and when I try to compile I get this: ka0ttic :~/code$gcc -o mttest mttest.c -lpthread /tmp/cco18ppz.o: In function `thread_func': /tmp/cco18ppz.o(.text+0xd2): undefined reference to `pthread_detach' I don't understand why I am getting this since

/usr/local/lib/libiconv.so: undefined reference to `nl_langinfo'

2003-02-10 Thread Brett McCormick
I'm attempting to compile mono (version 0.19) and I'm getting the following error: Making all in monoburg gcc -o monoburg ./monoburg.c parser.c -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I. -L/usr/local/lib -lglib-2.0 -lintl -liconv /usr/local/lib/libiconv.so: undefined