Re: where the %^$ is dirname() and basename()

2003-01-07 Thread Robert Bercik
crap, they're so damn simple, I'll write the damn things... thanks, -Rob --- Faylor <[EMAIL PROTECTED]> wrote: > On Tue, Jan 07, 2003 at 01:37:03PM -0800, Robert > Bercik wrote: > >Cygwin must have these functions somewhere, but for > the life of me i &g

where the %^$ is dirname() and basename()

2003-01-07 Thread Robert Bercik
Alright, Cygwin must have these functions somewhere, but for the life of me i can't find the libs or headers. Anybody know where dirname() or basename() are located? thanks, -Rob __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign

login problems... telnet etc.

2003-01-07 Thread Robert Bercik
Hi, I'm trying to use login on cygwin, but it's not working. I have done pretty much everything in the login.README file and its still not functioning properly. The output of various programs are included below: -- Creating files for login: -- mkpasswd -l -d > /etc/passwd mkgroup -l -d > /

_regcmp where is regular expression library?

2003-01-06 Thread Robert Bercik
I am trying to build an app which uses the function regcmp(). But during the link phase, it can't seem to find regcmp(). I know on unix it links to -lgen, but what do I need to link to on cygwin. Thanks in advance, -Rob __ Do you Yahoo!? Yahoo! Ma

Re: convert microsoft .obj object to .o cygwin object???

2003-01-03 Thread Robert Bercik
like you would your other library files. Hope this helps anyone trying to do something similar. -Rob > > --- Andrew Markebo <[EMAIL PROTECTED]> wrote: > > / Robert Bercik <[EMAIL PROTECTED]> wrote: > > | I am getting an error trying to link a .obj > object &

convert microsoft .obj object to .o cygwin object???

2003-01-03 Thread Robert Bercik
I am getting an error trying to link a .obj object with gcc. Is there anyway to convert an object file from microsoft format to one that is understandable by gcc? thanks, -Rob __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now.

cygwin crashes when loading DLL

2003-01-03 Thread Robert Bercik
Hi, Wierd problem. Here's what's going on. I am loading a Cobol .dll from cygwin after succesfully creating a .def and .a import lib using dlltool. But when I run the program it crashes and generates this output: c:\cobol32\exedll\run.exe: *** cygheap version mismatch detected - 0x615C/0x EC

can

2003-01-02 Thread Robert Bercik
__ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http:/

lockf() or flock() support?

2003-01-02 Thread Robert Bercik
I'm porting an application that uses lockf() to cygwin and it doesn't appear that either are supported on cygwin. If so i can't seem to find which library they are contained in. Anybody have any luck with either of these? thanks, -Rob __ Do you Yaho

lockf() or flock() support?

2003-01-02 Thread Robert Bercik
I'm porting an application that uses lockf() to cygwin and it doesn't appear that either are supported on cygwin. If so i can't seem to find which library they are contained in. Anybody have any luck with either of these? thanks, -Rob __ Do you Yaho

Re: Prioprietary DLL link problem - Can't export...

2003-01-02 Thread Robert Bercik
racle/Ora81 /oci/include -Wall -shared -o files.dll files.o handle.o files.def -lcurses specifying the files.def file made it stop complaining about those other symbols. Good Luck, -Rob --- Robert Bercik <[EMAIL PROTECTED]> wrote: > Hi guys, > > I'm still trying to f

Re: Prioprietary DLL link problem - Can't export...

2003-01-02 Thread Robert Bercik
s guys... -Rob --- Robert Bercik <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to link to a proprietary dll and > I'm > so damn close I > can almost taste the sweet sweet linkage. But i got > a > little error. > It's says it cannot find some symbols an

Prioprietary DLL link problem - Can't export...

2002-12-31 Thread Robert Bercik
Hi, I am trying to link to a proprietary dll and I'm so damn close I can almost taste the sweet sweet linkage. But i got a little error. It's says it cannot find some symbols and therefore the export fails? Maybe you guys can help clarify, heres' what gcc says: make files.dll make[1]: Ent