Sponsored Content
Full Discussion: The Terminal on Mac OS X
Top Forums Programming Open Source The Terminal on Mac OS X Post 302939816 by 1negroup on Sunday 29th of March 2015 02:34:15 PM
Old 03-29-2015
Quote:
Originally Posted by sea
Try using:

Code:
./configure PREFIX=/usr

Replace /usr with the apropriate path for/on MaxOS.
Then make [install] should work fine.

No promises made,
hth
What do you mean replace /usr with the apropriate path for/on MaxOS?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Mac OS X/UNIX/Terminal Question

Hey everyone I'm new to UNIX due to the new Mac OS X operating system and would like some help. I'm trying to send an email via the UNIX-Shell-Terminal i Mac OS X, (it's called darwin) How do I do that? When I enter the Command mail I can send messages to root and with the command -forward... (4 Replies)
Discussion started by: onkel
4 Replies

2. UNIX for Dummies Questions & Answers

Running Terminal and/or X-Windows in Mac OS X

Quick question: When I load up Terminal or X-Windows on my Mac, and the prompt comes up...what folder am I starting in? (2 Replies)
Discussion started by: liquidcross
2 Replies

3. UNIX for Dummies Questions & Answers

Send email from unix terminal on Mac OS 10.x

Hello, I want to send email from unix terminal on Mac OS 10.x. I have 2 user accounts on the system - userOne and root. I tried sending an email from userOne to root by entering "mail root". It prompts to enter Subject and the content. It doesn't give any error message, but root doesn't get... (0 Replies)
Discussion started by: hypamw
0 Replies

4. UNIX for Dummies Questions & Answers

Problems installing a program through Terminal in Mac OS X

Hey all.. I have a problem with the BitTorrent client called Deluge. (Deluge BitTorrent Client). Followed the guide on their homepage, but can't get it to work. First of all I have installed Xcode Tools 3.0 and MacPorts. I did the "sudo port install deluge" command, and all packages seemed to... (1 Reply)
Discussion started by: Sixmax
1 Replies

5. OS X (Apple)

New to Mac OS X Terminal

Hi everyone. I'm new to using the Terminal and was just wondering if anyone had a link to perhaps a list of commands. And tips on some useful websites to visit or books to read. Oh and is there a way to delete just part of the Terminal's history? If so what is the command? Thanks :) (2 Replies)
Discussion started by: xsemperidem5
2 Replies

6. UNIX for Dummies Questions & Answers

How to create new users on my mac from the terminal

I finally got how to su - in my mac from the terminal. Now I would like to be able to add new users. useradd -m -d ..... doesn't seem to work. (1 Reply)
Discussion started by: bigmac18
1 Replies

7. Shell Programming and Scripting

How to checkout from SVN using Terminal in Mac OS X?

Hi, I am new for SVN. Earlier I have been using CVS. When I checkout the code from SVN using Eclipse, the size of the source code checked out is 612MB. But when I try to checkout from terminal, from my 5.8 branch , the checked out source code's size is only 312.1 MB. Can anyone tell me... (0 Replies)
Discussion started by: Afreen
0 Replies

8. UNIX for Advanced & Expert Users

close a mac terminal

Is there a trick to closing a mac terminal with a command? I would think you could just type exit into your terminal but that doesn't work. I also tried quit and close just for the hell of it and that didn't work either. Does anyone know what the command is? (1 Reply)
Discussion started by: cokedude
1 Replies

9. OS X (Apple)

The Terminal on Mac: Coding

So found this C code online and need to compile it in Terminal on Mac. Here is the code: #include <stdio.h> #include <math.h> int option; char q; int number; int currentsum; int value; void calc() { printf("\t\t\t\t\tBegin\n"); // says begin in top middle of screen ... (3 Replies)
Discussion started by: 1negroup
3 Replies

10. UNIX for Beginners Questions & Answers

Trying to log in to school server using terminal on mac.

Hi everyone I am a complete beginner and already confused. the instructor has step by step directions for students on PC to download putty and do it that way. He neglects mac unfortunately. I attached the documents that instructs students how to do it. maybe you could read it and guide me? Iv done... (3 Replies)
Discussion started by: Beavs410
3 Replies
d-shlibmove(1)							  d-shlibs manual						    d-shlibmove(1)

NAME
d-shlibmove - Move shared library files around in Debian package creation process SYNOPSIS
d-shlibmove [options] shared-library.so DESCRIPTION
Call this program in debian/rules as a replacement of dh_movefiles for shared library packages. It also checks debian/control for validity. OPTIONS
--movedev [filename] [relative dir-path] Install file into relative directory path within the -dev package. The dir will be created with install -d and the file will be moved. --moveshl [filename] [relative dir-path] Install file into relative directory path within the shared library runtime package. The dir will be created with install -d and the file will be moved. --movedevdoc [filename] Install file into the documentation directory of -dev package. The dir will be created with install -d and the file will be moved. Added in version 0.4 --extralib [shared-library.so] Install the shared library in the same package as the main shared library. --multiarch By default d-shlibmove installs the shared library and any extralibs into /usr/lib. Add this flag to install them into /usr/lib/<architecture-tripplet> instead. Added in version 0.48 --commit By default d-shlibmove runs in a dry-run mode. Add this flag to make the moving actually happen. --suffix [suffix to add to shared library package] Add a suffix to shared library package. This is a workaround when binary interface to package changed, and some fixup to Debian packaging needs to be done. Added in version 0.3 --devsuffix [suffix to add to development package] Add a suffix to development package. For making incompatible development package. --shlibs-local [current-version] Create a debian/shlibs.local file to use, and specify current-version of shared library package. You need to remove debian/shlibs.local, because this only appends to, not overwrite. Added in version 0.3 --devunversioned Install into unversioned development package. Added in version 0.42 --ignorelibdep Suppress shlib dependency. Useful when dynamically resolved e.g. using CDBS. Added in version 0.42 --c102 Add c102 suffix to package names, for C++ ABI transition. Added in version 0.8 --ldbl Add dbl suffix to package names. Added in version 0.35 --include-a Install the *.a files. This is the default behavior. Added in version 0.51 --exclude-a Avoid installing *.a files. Added in version 0.51 --include-la Install the *.la files. This is the default behavior. Added in version 0.45 --exclude-la Avoid installing *.la files. Added in version 0.45 --override [override statement] Add an overriding sed expression, which looks like --override s/libshared1-dev/libshared-dev/. This expression is executed after the other rules. Multiple --override can be specified. Added in version 0.30 EXIT CODE
Return 1 on error. Return 2 on dry-run. Return 0 on success. EXAMPLES
The following is a sample command-line of a hypothetical package installation. d-shlibmove --commit --movedev "debian/tmp/usr/include/*" usr/include --extralib debian/tmp/usr/lib/libhomeman-pthread.so debian/tmp/usr/lib/libhomeman.so AUTHOR
Junichi Uekawa <dancer@debian.org> <dancer@netfort.gr.jp> SEE ALSO
d-devlibdeps (1) Debian GNU/Linux 2002 May 3 d-shlibmove(1)
All times are GMT -4. The time now is 10:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy