Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Originating-IP: [168.215.253.75] From: "Saturn Wagon" To: cygwin AT cygwin DOT com Subject: undefined reference to `__getreent' Date: Fri, 04 Oct 2002 13:49:47 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 04 Oct 2002 18:49:47.0818 (UTC) FILETIME=[D017A8A0:01C26BD6] I am compiling a program using CYGWIN tools and am getting an undefined reference that I do not know how to resolve. Here is an example of the error: parse_l.o(.text+0xc8d):parse_l.c: undefined reference to `__getreent' Here is the link command that fails: /usr/bin/gcc -o pcb.exe -O2 -fno-strength-reduce -D__linux__ -L/usr/X11R6/lib parse_y.o parse_l.o action.o buffer.o change.o command.o control.o copy.o create.o crosshair.o data.o dev_ps.o dev_rs274x.o dialog.o draw.o drill.o error.o file.o fileselect.o find.o insert.o lgdialog.o library.o log.o main.o mymem.o menu.o mirror.o misc.o move.o pinout.o polygon.o print.o printdialog.o printpanner.o rats.o report.o remove.o rotate.o rubberband.o search.o select.o selector.o set.o sizedialog.o undo.o -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lXt -lSM -lICE -lXext -lX11 -lfl -lm -lXpm -lcygwin -Wl,--enable-auto-import Here is my GCC info: $ gcc -dumpversion 2.95.3-5 $ gcc -print-libgcc-file-name /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/libgcc.a The only thing close to this I have found is a reference to getreent() in the file /usr/include/sys/reent.h and a source file that includes the function newlib/libc/sys/linux/getreent.c so I tried a -lc argument and a -lcygwin argument but neither worked (same error). Does anyone know what library I need to include? I serached all the libraries I have installed and could not find the getreent function anywhere. _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/