Sponsored Content
Full Discussion: UW imap and MacOSXS 1.2
Top Forums UNIX for Dummies Questions & Answers UW imap and MacOSXS 1.2 Post 6826 by Jude on Thursday 13th of September 2001 05:12:29 AM
Old 09-13-2001
UW imap and MacOSXS 1.2

Hi all,

I'm a totally newbie in this Unix-wonderland and I'm lost every now-and-then. Now I'm really confused with building UW imap in MacOSXS 1.2. I try to follow the instructions, but when I hit "make osx" I'll get the following answer:

"make build EXTRACFLAGS='' EXTRALDFLAGS='' EXTRADRIVERS='mbox' EXTRAAUTHENTICATORS='' PASSWDTYPE=std SSLTYPE=none EXTRASPECIALS='' BUILDTYPE=osx
Rebuilding c-client for osx...
touch c-client/SPECIALS
cd c-client;make all CC=`cat CCTYPE` \
CFLAGS="`cat CFLAGS`" `cat SPECIALS`
make[2]: Makefile: No such file or directory
make[2]: *** No rule to make target `all'. Stop.
make[1]: *** [rebuild] Error 2
make: *** [osx] Error 2"

Does anybody have a clue what I should do now?

TIA

Jude
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

IMAP on Redhat?

Does Redhat 9 come with an IMAP server? If so, how do I set it up? (1 Reply)
Discussion started by: Spetnik
1 Replies

2. Linux

pop3 and imap problem

Hi all I have a Redhat 8 box running sendmail-8.12.8-9.80. I use both imap and pop3 for clients to donwlaod mails. imap is used by some application related stuff. The users use opp3 to download their mails. The problem started a yesterday when 1 user complained that he was not able to... (2 Replies)
Discussion started by: skotapal
2 Replies

3. BSD

Courier-IMAP 4.1

I will be using postfix and courier-imap version 4.1. I never configured courier-imap. What configurations files do I have to configure and how do I start courier-imap. There isn't a authdaemonrc file in the courier-imap directorry. The files that are listed are imapd imap-ssl.dist... (0 Replies)
Discussion started by: rbizzell
0 Replies

4. UNIX for Advanced & Expert Users

Courier-IMAP 4.1

I am running Freebsd 6.1, Postfix 2.2, and Courier-IMAP 4.1 I can telnet to port 143 I can't connect to IMAP server using microsoft outlook or any client. The authdaemon is running and working correctly I did netstat -an | grep -i list and it shows port 143 bound to the localhost 127.0.0.1. I can... (1 Reply)
Discussion started by: rbizzell
1 Replies

5. Ubuntu

Courier-IMAP

I am running Unbuntu Server. I have installed postfix and courie-imap. I cant seem to be able to login using imap. Login failed. I can telnet using imap. I have a valid user. Authdaemonrc is running using authpam which is the default. I am running atmail webclient. What else do I need to check? (0 Replies)
Discussion started by: rbizzell
0 Replies

6. Ubuntu

Courier-IMap

I am running postfix, courier-imap and Atmail Webmail client. I can telnet to port 143 I can send mail from the command line using the mail command to the user. When I try to login through webmail using the atmail client nothing happens. I check the the maillog and it shows the localhost address... (0 Replies)
Discussion started by: rbizzell
0 Replies

7. Linux

uw-imap

Hi guys. Is uw-imap maintained? according to their ftp site last version is imap-2007e. is it good to use uw-imap instead of dovecot or other imap daemons? which one do you suggest? I really have problem with dovecot. it's configuration is complex(at least for me). I don't prefer much... (3 Replies)
Discussion started by: majid.merkava
3 Replies
JMKMF(1)						      General Commands Manual							  JMKMF(1)

NAME
jmkmf - runs jmake with the correct options SYNOPSIS
jmkmf [ top-level dir [ current dir ] ] DESCRIPTION
Jmkmf is a wrapper which calls jmake with the correct options, defining the symbols TOPDIR (location of the top-level directory) and CURDIR (current directory). The generated Makefile.SH is then ran through /bin/sh to produce a Makefile. Jmkmf is useful when you generate a makefile for the first time. When ran without arguments, jmkmf will scan the directories upwards, looking for a .package file marking the top of your sources. It will then derive the top-level directory and the name of the current directory by itself. Once you have a Makefile.SH generated by jmake, and have run Configure already, you can use make Makefile.SH to build the Makefile.SH again and make Makefile to run the Makefile.SH through /bin/sh. To use the recursive commands, you have to append an 's' at the end of the name as in make Makefiles.SH and make Makefiles. AUTHOR
Raphael Manfredi <ram@hptnos02.grenoble.hp.com> FILES
Jmakefile High level description of makefile The file marking the top of your package tree SEE ALSO
jmake(1), packinit(1). ram JMKMF(1)
All times are GMT -4. The time now is 02:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy