![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| C files searching and Linking | user_prady | High Level Programming | 2 | 02-12-2008 06:49 PM |
| modifying C file and linking back to project files | bruins2005 | UNIX for Dummies Questions & Answers | 1 | 06-22-2006 08:08 PM |
| Cobol linking in Unix | soulfactory2002 | SUN Solaris | 0 | 05-10-2005 03:23 AM |
| Linking problem while linking to shared library | laho | High Level Programming | 6 | 03-16-2004 07:01 AM |
| compiling and linking 2 C files ...?? | abdul | High Level Programming | 4 | 10-02-2001 07:23 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Linking Files in UNIX (shortcuts)
Hello,
Can anyone tell me how I can make a file link or shortcut in UNIX 4.0, several file links where damaged during an outage examples below. Examples: file -> file libX11.so -> /usr/shlib/libX11.so.pre.O3D All of the file links that were damaged were in /shlib and point to /usr/shlib Thanks, Jason |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Chack the man pages for "ln" command
|
|
#3
|
|||
|
|||
|
I received the following error message after attempting this.
Attempt: ln -f libvxvm.so /usr/shlib/libvxvm.so Error Message: ln: libvxvm.so and /usr/shlib/libvxvm.so are located on different file systems. Anyones help is greatly appreciated. Jason |
|
#4
|
|||
|
|||
|
This was my mistake I should have used -fs ... not -f, NOT GOOD.
Thanks to all. Jason |
|||
| Google The UNIX and Linux Forums |