RE: Problem in compiling : cannot find -ldl

2003-07-11 Thread Markus Hoenicka
Hi, Unix != Linux. FreeBSD does not use libdl either, the dl*() functions are provided by libc instead. The -ldl requirements should be checked in the configure script IMHO. regards, Markus Ralf Habacker writes: > > libdl is a linux'ism. You don't need it. We don't have it :-) Just > > remove

RE: Problem in compiling : cannot find -ldl

2003-07-11 Thread Ralf Habacker
Elfyn McBratney wrote: > > Here is the line for the compilation : > > > > " gcc -o wish.exe OBJ/wish.o OBJ/calculPosition.o > > OBJ/calculVisibiliteCmd.o -L/usr/lib -L/usr/X11R6/lib > > -ltk -ltcl -ldl -lX11 -lm " > > > > and it produces this error : > > > > " > > /usr/lib/gcc-lib/i686-pc-cygwin/3

Re: Problem in compiling : cannot find -ldl

2003-07-10 Thread Gerrit P. Haase
Hallo Philippe, Am Mittwoch, 9. Juli 2003 um 14:25 schriebst du: > I manage to access to the directory lib and bin but i > can't see it ... > [EMAIL PROTECTED] /]$ mount > c:\cygwin\usr\X11R6\lib\X11\fonts on > /usr/X11R6/lib/X11/fonts type system (binmode) > c:\cygwin\usr\bin on /usr/bin type u

Re: Problem in compiling : cannot find -ldl

2003-07-09 Thread Igor Pechtchanski
Try cd /usr cmd /c "mkdir bin" cmd /c "mkdir lib" in bash. Igor On Wed, 9 Jul 2003, philippe guillaume wrote: > I manage to access to the directory lib and bin but i > can't see it ... > > [EMAIL PROTECTED] /]$ mount > c:\cygwin\usr\X11R6\lib\X11\fonts on > /usr/X11R6/lib/X11/f

Re: Problem in compiling : cannot find -ldl

2003-07-09 Thread Ronald Landheer-Cieslak
Unlike UNIX `mount', Cygwin `mount' doesn't need the directory to actually be there - but you can create it if its absence confuses you. rlc On Wed, 9 Jul 2003, philippe guillaume wrote: > I manage to access to the directory lib and bin but i > can't see it ... > > [EMAIL PROTECTED] /]$ mount

Re: Problem in compiling : cannot find -ldl

2003-07-09 Thread philippe guillaume
I manage to access to the directory lib and bin but i can't see it ... [EMAIL PROTECTED] /]$ mount c:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type system (binmode) c:\cygwin\usr\bin on /usr/bin type user (textmode) c:\cygwin\usr\lib on /usr/lib type user (textmode) c:\cygwin on

Re: Problem in compiling : cannot find -ldl

2003-07-09 Thread Ronald Landheer-Cieslak
On Wed, 9 Jul 2003, philippe guillaume wrote: > There's two things that i don't understand ... > 1- Why i can't see the bin directory on windows in > c:\cygwin\usr and even when i do " ls -l /usr " ? Have a look at the result of "mount" - you'll see /usr/bin is an alias for c:\cygwin\bin (aka /bin

Re: Problem in compiling : cannot find -ldl

2003-07-09 Thread Elfyn McBratney
On Wed, 9 Jul 2003, [iso-8859-1] philippe guillaume wrote: > Here is the line for the compilation : > > " gcc -o wish.exe OBJ/wish.o OBJ/calculPosition.o > OBJ/calculVisibiliteCmd.o -L/usr/lib -L/usr/X11R6/lib > -ltk -ltcl -ldl -lX11 -lm " > > and it produces this error : > > " > /usr/lib/gcc-lib/