Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 1998 13:02:34 -0700 (PDT)
From:      Thomas Dean <tomdean@ix.netcom.com>
To:        nanbor@cs.wustl.edu
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Undefined symbol `xxx' referenced (use libc_r ?)
Message-ID:  <199806132002.NAA04932@ix.netcom.com>
In-Reply-To: <ovpsol944m7.fsf@lambada.cs.wustl.edu> (message from Nanbor Wang on 13 Jun 1998 12:02:24 -0500)

next in thread | previous in thread | raw e-mail | index | archive | help
Try something simple, like:

// xx.cc

#include <sys/types.h>
#include <sys/stat.h>

int main() {
  mkdir("./xxyy",0777);
}

then,

g++ xx.cc -o xx -lc_r

Does this work?

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806132002.NAA04932>