List:MySQL ODBC« Previous MessageNext Message »
From:karnatic Date:March 28 2001 9:09am
Subject:re: Re: Re: "Unresolved external call"
View as plain text  


> ** Original Subject: Re: Re: "Unresolved external call"
> ** Original Sender: "Clay Daniels" <clay_1@stripped>
> ** Original Date: Wed, 28 Mar 2001 13:26:51 +0530

> ** Original Message follows... 

>
> Apparently attachments don't make it thru the list email, so see below for
> the rather simple contents of my makefile for nistime...
> 
> > The best simple example I can give is to look at the stuff at NIST ftp by
> > Judah Levine, and in particular the unix Nistime files:
> >
> > ftp://time-b.nist.gov/pub/daytime/
> >
> > "1.  If you have a workstation with "standard" UNIX that supports
> > tcp/ip communication over the internet, then you can build a version
> > for your machine using files sw.c, tcp_time_client.c and Makefile.  "
> >
> > I couldn't get Judah's makefile to play for me on RedHat 6.2, so I rewrote
> > it as per the following...
> 
> ---
> 
> nistime : tcp_time_client.o sw.o
>     gcc -o nistime tcp_time_client.o sw.o
> sw.o : sw.c
>     gcc -c -w sw.c
> tcp_time_client.o : tcp_time_client.c
>     gcc -c -w tcp_time_client.c
> 
> ---


>** --------- End Original Message ----------- **

> 

apparently i did send my resume as an attachment to the last letter i sent so am i
supposed to 
make some sense of that

Shivakanth



Download NeoPlanet at http://www.neoplanet.com

Thread
[Fwd: StarOffice 5.0, mysql-3.22.23b, myodbc-2.50.22, and iODBC-2.12 on Solaris 2.6 (SPARC)]Ed Newton9 Jul
re: Re: Re: "Unresolved external call"karnatic28 Mar